{!! Form::text('property_address')
-> label(trans('transaction::past_transaction.label.property_address'))
-> placeholder(trans('transaction::past_transaction.placeholder.property_address'))!!}
{!! Form::text('city')
-> label(trans('transaction::past_transaction.label.city'))
-> placeholder(trans('transaction::past_transaction.placeholder.city'))!!}
{!! Form::text('zipcode')
-> label(trans('transaction::past_transaction.label.zipcode'))
-> placeholder(trans('transaction::past_transaction.placeholder.zipcode'))!!}
{!! Form::text('state')
-> label(trans('transaction::past_transaction.label.state'))
-> placeholder(trans('transaction::past_transaction.placeholder.state'))!!}
{!! Form::text('property_typ')
-> label(trans('transaction::past_transaction.label.property_typ'))
-> placeholder(trans('transaction::past_transaction.placeholder.property_typ'))!!}
{!! Form::text('unit')
-> label(trans('transaction::past_transaction.label.unit'))
-> placeholder(trans('transaction::past_transaction.placeholder.unit'))!!}
{!! Form::text('representing')
-> label(trans('transaction::past_transaction.label.representing'))
-> placeholder(trans('transaction::past_transaction.placeholder.representing'))!!}
{!! Form::text('listing_date')
-> label(trans('transaction::past_transaction.label.listing_date'))
-> placeholder(trans('transaction::past_transaction.placeholder.listing_date'))!!}
{!! Form::text('selling_date')
-> label(trans('transaction::past_transaction.label.selling_date'))
-> placeholder(trans('transaction::past_transaction.placeholder.selling_date'))!!}
{!! Form::text('listing_price')
-> label(trans('transaction::past_transaction.label.listing_price'))
-> placeholder(trans('transaction::past_transaction.placeholder.listing_price'))!!}
{!! Form::text('selling_price')
-> label(trans('transaction::past_transaction.label.selling_price'))
-> placeholder(trans('transaction::past_transaction.placeholder.selling_price'))!!}
{!! Form::text('bedrooms')
-> label(trans('transaction::past_transaction.label.bedrooms'))
-> placeholder(trans('transaction::past_transaction.placeholder.bedrooms'))!!}
{!! Form::text('bathrooms')
-> label(trans('transaction::past_transaction.label.bathrooms'))
-> placeholder(trans('transaction::past_transaction.placeholder.bathrooms'))!!}
{!! Form::text('mls_name')
-> label(trans('transaction::past_transaction.label.mls_name'))
-> placeholder(trans('transaction::past_transaction.placeholder.mls_name'))!!}
{!! Form::text('square_feet')
-> label(trans('transaction::past_transaction.label.square_feet'))
-> placeholder(trans('transaction::past_transaction.placeholder.square_feet'))!!}
{!! Form::text('mls_number')
-> label(trans('transaction::past_transaction.label.mls_number'))
-> placeholder(trans('transaction::past_transaction.placeholder.mls_number'))!!}
{!! Form::text('transaction_details')
-> label(trans('transaction::past_transaction.label.transaction_details'))
-> placeholder(trans('transaction::past_transaction.placeholder.transaction_details'))!!}
{!! Form::text('other_agent_name')
-> label(trans('transaction::past_transaction.label.other_agent_name'))
-> placeholder(trans('transaction::past_transaction.placeholder.other_agent_name'))!!}
{!! Form::text('other_agent_office')
-> label(trans('transaction::past_transaction.label.other_agent_office'))
-> placeholder(trans('transaction::past_transaction.placeholder.other_agent_office'))!!}
{!! Form::text('other_agent_license')
-> label(trans('transaction::past_transaction.label.other_agent_license'))
-> placeholder(trans('transaction::past_transaction.placeholder.other_agent_license'))!!}
{!! Form::text('broker_listing_page')
-> label(trans('transaction::past_transaction.label.broker_listing_page'))
-> placeholder(trans('transaction::past_transaction.placeholder.broker_listing_page'))!!}