{!! Form::text('refno') -> label(trans('property::property.label.refno')) -> placeholder(trans('property::property.placeholder.refno'))!!}
{!! Form::select('contact_id') -> options(trans('property::property.options.contact_id')) -> label(trans('property::property.label.contact_id')) -> placeholder(trans('property::property.placeholder.contact_id'))!!}
{!! Form::select('agent_id') -> options(trans('property::property.options.agent_id')) -> label(trans('property::property.label.agent_id')) -> placeholder(trans('property::property.placeholder.agent_id'))!!}
{!! Form::select('country_id') -> options(trans('property::property.options.country_id')) -> label(trans('property::property.label.country_id')) -> placeholder(trans('property::property.placeholder.country_id'))!!}
{!! Form::select('state_id') -> options(trans('property::property.options.state_id')) -> label(trans('property::property.label.state_id')) -> placeholder(trans('property::property.placeholder.state_id'))!!}
{!! Form::select('district_id') -> options(trans('property::property.options.district_id')) -> label(trans('property::property.label.district_id')) -> placeholder(trans('property::property.placeholder.district_id'))!!}
{!! Form::select('city_id') -> options(trans('property::property.options.city_id')) -> label(trans('property::property.label.city_id')) -> placeholder(trans('property::property.placeholder.city_id'))!!}
{!! Form::select('location_id') -> options(trans('property::property.options.location_id')) -> label(trans('property::property.label.location_id')) -> placeholder(trans('property::property.placeholder.location_id'))!!}
{!! Form::select('category_id') -> options(trans('property::property.options.category_id')) -> label(trans('property::property.label.category_id')) -> placeholder(trans('property::property.placeholder.category_id'))!!}
{!! Form::text('title') -> label(trans('property::property.label.title')) -> placeholder(trans('property::property.placeholder.title'))!!}
{!! Form::textarea ('description') -> label(trans('property::property.label.description')) -> placeholder(trans('property::property.placeholder.description'))!!}
{!! Form::numeric('price') -> label(trans('property::property.label.price')) -> placeholder(trans('property::property.placeholder.price'))!!}
{!! Form::text('year_built') -> placeholder(trans('property::property.placeholder.year_built')) ->raw()!!}
{!! Form::select('rent_frequency') -> options(trans('property::property.options.rent_frequency')) -> label(trans('property::property.label.rent_frequency')) -> placeholder(trans('property::property.placeholder.rent_frequency'))!!}
{!! Form::numeric('bedrooms') -> label(trans('property::property.label.bedrooms')) -> placeholder(trans('property::property.placeholder.bedrooms'))!!}
{!! Form::numeric('bathrooms') -> label(trans('property::property.label.bathrooms')) -> placeholder(trans('property::property.placeholder.bathrooms'))!!}
{!! Form::numeric('garages') -> label(trans('property::property.label.garages')) -> placeholder(trans('property::property.placeholder.garages'))!!}
{!! Form::decimal('garage_size') -> label(trans('property::property.label.garage_size')) -> placeholder(trans('property::property.placeholder.garage_size'))!!}
{!! Form::decimal('buildup_area') -> label(trans('property::property.label.buildup_area')) -> placeholder(trans('property::property.placeholder.buildup_area'))!!}
{!! Form::select('buildarea_type') -> options(trans('property::property.options.buildarea_type')) -> label(trans('property::property.label.buildarea_type')) -> placeholder(trans('property::property.placeholder.buildarea_type'))!!}
{!! Form::decimal('land_area') -> label(trans('property::property.label.land_area')) -> placeholder(trans('property::property.placeholder.land_area'))!!}
{!! Form::select('landarea_type') -> options(trans('property::property.options.landarea_type')) -> label(trans('property::property.label.landarea_type')) -> placeholder(trans('property::property.placeholder.landarea_type'))!!}
{!! Form::numeric('floor_nos') -> label(trans('property::property.label.floor_nos')) -> placeholder(trans('property::property.placeholder.floor_nos'))!!}
{!! Form::select('furnishing') -> options(trans('property::property.options.furnishing')) -> label(trans('property::property.label.furnishing')) -> placeholder(trans('property::property.placeholder.furnishing'))!!}
{!! Form::inline_checkboxes('features[]') -> checkboxes(trans('property::property.options.features')) -> label(trans('property::property.label.features'))!!}
{!! Form::inline_checkboxes('amenities[]') -> checkboxes(trans('property::property.options.amenities')) -> label(trans('property::property.label.amenities'))!!}
{!! Form::inline_checkboxes('portals[]') -> checkboxes(trans('property::property.options.portals')) -> label(trans('property::property.label.portals'))!!}
{!! Form::textarea ('address') -> label(trans('property::property.label.address')) -> placeholder(trans('property::property.placeholder.address'))!!}
{!! Form::text('locality') -> label(trans('property::property.label.locality')) -> placeholder(trans('property::property.placeholder.locality'))!!}
{!! Form::numeric('zip_code') -> label(trans('property::property.label.zip_code')) -> placeholder(trans('property::property.placeholder.zip_code'))!!}
{!! Form::text('landmarks') -> label(trans('property::property.label.landmarks')) -> placeholder(trans('property::property.placeholder.landmarks'))!!}
{!! Form::inline_checkboxes('hot[]') -> checkboxes(trans('property::property.options.hot')) -> label(trans('property::property.label.hot'))!!}
{!! Form::select('visibility') -> options(trans('property::property.options.visibility')) -> label(trans('property::property.label.visibility')) -> placeholder(trans('property::property.placeholder.visibility'))!!}
{!! $property->files('images', 10) ->mime(config('filer.image_extensions')) ->url($property->getUploadUrl('images')) ->dropzone()!!}
{!! $property->files('images') ->editor()!!}
{!! Form::text('video_link') -> label(trans('property::property.label.video_link')) -> placeholder(trans('property::property.placeholder.video_link'))!!}
{!! Form::text('expire_date') -> placeholder(trans('property::property.placeholder.expire_date')) ->raw()!!}
{!! Form::select('source') -> options(trans('property::property.options.source')) -> label(trans('property::property.label.source')) -> placeholder(trans('property::property.placeholder.source'))!!}
{!! Form::select('property_for') -> options(trans('property::property.options.property_for')) -> label(trans('property::property.label.property_for')) -> placeholder(trans('property::property.placeholder.property_for'))!!}
{!! Form::text('prop_status') -> label(trans('property::property.label.prop_status')) -> placeholder(trans('property::property.placeholder.prop_status'))!!}
{!! Form::select('build_status') -> options(trans('property::property.options.build_status')) -> label(trans('property::property.label.build_status')) -> placeholder(trans('property::property.placeholder.build_status'))!!}