{!! Form::text('refno') -> label(trans('realestate::property.label.refno')) -> placeholder(trans('realestate::property.placeholder.refno'))!!}
{!! Form::text('unito') -> label(trans('realestate::property.label.unito')) -> placeholder(trans('realestate::property.placeholder.unito'))!!}
{!! Form::select('country_id') -> options(trans('realestate::property.options.country_id')) -> label(trans('realestate::property.label.country_id')) -> placeholder(trans('realestate::property.placeholder.country_id'))!!}
{!! Form::select('state_id') -> options(trans('realestate::property.options.state_id')) -> label(trans('realestate::property.label.state_id')) -> placeholder(trans('realestate::property.placeholder.state_id'))!!}
{!! Form::select('district_id') -> options(trans('realestate::property.options.district_id')) -> label(trans('realestate::property.label.district_id')) -> placeholder(trans('realestate::property.placeholder.district_id'))!!}
{!! Form::select('city_id') -> options(trans('realestate::property.options.city_id')) -> label(trans('realestate::property.label.city_id')) -> placeholder(trans('realestate::property.placeholder.city_id'))!!}
{!! Form::select('location_id') -> options(trans('realestate::property.options.location_id')) -> label(trans('realestate::property.label.location_id')) -> placeholder(trans('realestate::property.placeholder.location_id'))!!}
{!! Form::select('category_id') -> options(trans('realestate::property.options.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::textarea ('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::text('year_built') -> placeholder(trans('realestate::property.placeholder.year_built')) ->raw()!!}
{!! Form::select('rent_frequency') -> options(trans('realestate::property.options.rent_frequency')) -> label(trans('realestate::property.label.rent_frequency')) -> placeholder(trans('realestate::property.placeholder.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::decimal('buildup_area') -> label(trans('realestate::property.label.buildup_area')) -> placeholder(trans('realestate::property.placeholder.buildup_area'))!!}
{!! Form::select('buildarea_type') -> options(trans('realestate::property.options.buildarea_type')) -> label(trans('realestate::property.label.buildarea_type')) -> placeholder(trans('realestate::property.placeholder.buildarea_type'))!!}
{!! Form::decimal('land_area') -> label(trans('realestate::property.label.land_area')) -> placeholder(trans('realestate::property.placeholder.land_area'))!!}
{!! Form::select('landarea_type') -> options(trans('realestate::property.options.landarea_type')) -> label(trans('realestate::property.label.landarea_type')) -> placeholder(trans('realestate::property.placeholder.landarea_type'))!!}
{!! Form::numeric('floor_nos') -> label(trans('realestate::property.label.floor_nos')) -> placeholder(trans('realestate::property.placeholder.floor_nos'))!!}
{!! Form::numeric('parking') -> label(trans('realestate::property.label.parking')) -> placeholder(trans('realestate::property.placeholder.parking'))!!}
{!! Form::select('furnishing') -> options(trans('realestate::property.options.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::textarea ('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::inline_radios('visibility') -> radios(trans('realestate::property.options.visibility')) -> label(trans('realestate::property.label.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('realestate::property.label.video_link')) -> placeholder(trans('realestate::property.placeholder.video_link'))!!}
{!! Form::text('expire_date') -> placeholder(trans('realestate::property.placeholder.expire_date')) ->raw()!!}
{!! Form::text('source') -> label(trans('realestate::property.label.source')) -> placeholder(trans('realestate::property.placeholder.source'))!!}
{!! Form::select('property_for') -> options(trans('realestate::property.options.property_for')) -> label(trans('realestate::property.label.property_for')) -> placeholder(trans('realestate::property.placeholder.property_for'))!!}
{!! Form::select('prop_status') -> options(trans('realestate::property.options.prop_status')) -> label(trans('realestate::property.label.prop_status')) -> placeholder(trans('realestate::property.placeholder.prop_status'))!!}
{!! Form::select('build_status') -> options(trans('realestate::property.options.build_status')) -> label(trans('realestate::property.label.build_status')) -> placeholder(trans('realestate::property.placeholder.build_status'))!!}
{!! Form::select('lead_type') -> options(trans('realestate::property.options.lead_type')) -> label(trans('realestate::property.label.lead_type')) -> placeholder(trans('realestate::property.placeholder.lead_type'))!!}
{!! Form::text('owner') -> label(trans('realestate::property.label.owner')) -> placeholder(trans('realestate::property.placeholder.owner'))!!}
{!! Form::text('phone') -> label(trans('realestate::property.label.phone')) -> placeholder(trans('realestate::property.placeholder.phone'))!!}
{!! Form::text('email') -> label(trans('realestate::property.label.email')) -> placeholder(trans('realestate::property.placeholder.email'))!!}