{!! Form::text('refno')
-> label(trans('realestate::property.label.refno'))
-> placeholder(trans('realestate::property.placeholder.refno'))!!}
{!! Form::numeric('contact_id')
-> label(trans('realestate::property.label.contact_id'))
-> placeholder(trans('realestate::property.placeholder.contact_id'))!!}
{!! Form::numeric('agent_id')
-> label(trans('realestate::property.label.agent_id'))
-> placeholder(trans('realestate::property.placeholder.agent_id'))!!}
{!! Form::numeric('country_id')
-> label(trans('realestate::property.label.country_id'))
-> placeholder(trans('realestate::property.placeholder.country_id'))!!}
{!! Form::numeric('state_id')
-> label(trans('realestate::property.label.state_id'))
-> placeholder(trans('realestate::property.placeholder.state_id'))!!}
{!! Form::numeric('district_id')
-> label(trans('realestate::property.label.district_id'))
-> placeholder(trans('realestate::property.placeholder.district_id'))!!}
{!! Form::numeric('city_id')
-> label(trans('realestate::property.label.city_id'))
-> placeholder(trans('realestate::property.placeholder.city_id'))!!}
{!! Form::numeric('location_id')
-> label(trans('realestate::property.label.location_id'))
-> placeholder(trans('realestate::property.placeholder.location_id'))!!}
{!! Form::numeric('category_id')
-> label(trans('realestate::property.label.category_id'))
-> placeholder(trans('realestate::property.placeholder.category_id'))!!}
{!! Form::text('title')
-> label(trans('realestate::property.label.title'))
-> placeholder(trans('realestate::property.placeholder.title'))!!}
{!! Form::text('description')
-> label(trans('realestate::property.label.description'))
-> placeholder(trans('realestate::property.placeholder.description'))!!}
{!! Form::numeric('price')
-> label(trans('realestate::property.label.price'))
-> placeholder(trans('realestate::property.placeholder.price'))!!}
{!! Form::inline_radios('rent_frequency')
-> radios(trans('realestate::property.options.rent_frequency'))
-> label(trans('realestate::property.label.rent_frequency'))!!}
{!! Form::numeric('bedrooms')
-> label(trans('realestate::property.label.bedrooms'))
-> placeholder(trans('realestate::property.placeholder.bedrooms'))!!}
{!! Form::numeric('bathrooms')
-> label(trans('realestate::property.label.bathrooms'))
-> placeholder(trans('realestate::property.placeholder.bathrooms'))!!}
{!! Form::numeric('garages')
-> label(trans('realestate::property.label.garages'))
-> placeholder(trans('realestate::property.placeholder.garages'))!!}
{!! Form::decimal('garage_size')
-> label(trans('realestate::property.label.garage_size'))
-> placeholder(trans('realestate::property.placeholder.garage_size'))!!}
{!! Form::decimal('buildup_area')
-> label(trans('realestate::property.label.buildup_area'))
-> placeholder(trans('realestate::property.placeholder.buildup_area'))!!}
{!! Form::inline_radios('buildarea_type')
-> radios(trans('realestate::property.options.buildarea_type'))
-> label(trans('realestate::property.label.buildarea_type'))!!}
{!! Form::decimal('land_area')
-> label(trans('realestate::property.label.land_area'))
-> placeholder(trans('realestate::property.placeholder.land_area'))!!}
{!! Form::inline_radios('landarea_type')
-> radios(trans('realestate::property.options.landarea_type'))
-> label(trans('realestate::property.label.landarea_type'))!!}
{!! Form::text('furnishing')
-> label(trans('realestate::property.label.furnishing'))
-> placeholder(trans('realestate::property.placeholder.furnishing'))!!}
{!! Form::text('features')
-> label(trans('realestate::property.label.features'))
-> placeholder(trans('realestate::property.placeholder.features'))!!}
{!! Form::text('amenities')
-> label(trans('realestate::property.label.amenities'))
-> placeholder(trans('realestate::property.placeholder.amenities'))!!}
{!! Form::text('portals')
-> label(trans('realestate::property.label.portals'))
-> placeholder(trans('realestate::property.placeholder.portals'))!!}
{!! Form::text('address')
-> label(trans('realestate::property.label.address'))
-> placeholder(trans('realestate::property.placeholder.address'))!!}
{!! Form::text('locality')
-> label(trans('realestate::property.label.locality'))
-> placeholder(trans('realestate::property.placeholder.locality'))!!}
{!! Form::numeric('zip_code')
-> label(trans('realestate::property.label.zip_code'))
-> placeholder(trans('realestate::property.placeholder.zip_code'))!!}
{!! Form::text('landmarks')
-> label(trans('realestate::property.label.landmarks'))
-> placeholder(trans('realestate::property.placeholder.landmarks'))!!}
{!! Form::numeric('hot')
-> label(trans('realestate::property.label.hot'))
-> placeholder(trans('realestate::property.placeholder.hot'))!!}
{!! Form::inline_radios('visibility')
-> radios(trans('realestate::property.options.visibility'))
-> label(trans('realestate::property.label.visibility'))!!}
{!! Form::text('images')
-> label(trans('realestate::property.label.images'))
-> placeholder(trans('realestate::property.placeholder.images'))!!}
{!! Form::text('video_link')
-> label(trans('realestate::property.label.video_link'))
-> placeholder(trans('realestate::property.placeholder.video_link'))!!}
{!! Form::text('video360')
-> label(trans('realestate::property.label.video360'))
-> placeholder(trans('realestate::property.placeholder.video360'))!!}
{!! Form::text('source')
-> label(trans('realestate::property.label.source'))
-> placeholder(trans('realestate::property.placeholder.source'))!!}
{!! Form::inline_radios('property_for')
-> radios(trans('realestate::property.options.property_for'))
-> label(trans('realestate::property.label.property_for'))!!}
{!! Form::text('prop_status')
-> label(trans('realestate::property.label.prop_status'))
-> placeholder(trans('realestate::property.placeholder.prop_status'))!!}
{!! Form::inline_radios('build_status')
-> radios(trans('realestate::property.options.build_status'))
-> label(trans('realestate::property.label.build_status'))!!}