{!! $property['id'] !!}
{!! $property['user_id'] !!}
{!! $property['user_type'] !!}
{!! $property['category_id'] !!}
{!! $property['code'] !!}
{!! $property['title'] !!}
{!! $property['slug'] !!}
{!! $property['description'] !!}
{!! $property['status'] !!}
{!! $property['published'] !!}
{!! $property['year'] !!}
{!! $property['property_for'] !!}
{!! $property['label'] !!}
{!! $property['price'] !!}
{!! $property['amount'] !!}
{!! $property['pay_frequency'] !!}
{!! $property['images'] !!}
{!! $property['video'] !!}
{!! $property['upload_folder'] !!}
{!! $property['area'] !!}
{!! $property['size_prefix'] !!}
{!! $property['land_area'] !!}
{!! $property['land_area_size_prefix'] !!}
{!! $property['area_type'] !!}
{!! $property['owner_type'] !!}
{!! $property['bedrooms'] !!}
{!! $property['bathrooms'] !!}
{!! $property['garages'] !!}
{!! $property['garage_size'] !!}
{!! $property['water_source'] !!}
{!! $property['furnishing'] !!}
{!! $property['no_balcony'] !!}
{!! $property['address'] !!}
{!! $property['neighbourhood'] !!}
{!! $property['zip_code'] !!}
{!! $property['country_id'] !!}
{!! $property['state_id'] !!}
{!! $property['district_id'] !!}
{!! $property['city_id'] !!}
{!! $property['locality'] !!}
{!! $property['features'] !!}
{!! $property['slider'] !!}
{!! $property['featured'] !!}
{!! $property['premium'] !!}
{!! $property['latitude'] !!}
{!! $property['longitude'] !!}
{!! $property['deleted_at'] !!}
{!! $property['created_at'] !!}
{!! $property['updated_at'] !!}
{!! Form::select('category_id')
-> options(trans('property::property.options.category_id'))
-> label(trans('property::property.label.category_id'))
-> required()
-> placeholder(trans('property::property.placeholder.category_id'))!!}
{!! Form::text('code')
-> label(trans('property::property.label.code'))
-> required()
-> placeholder(trans('property::property.placeholder.code'))!!}
{!! Form::text('title')
-> label(trans('property::property.label.title'))
-> required()
-> placeholder(trans('property::property.placeholder.title'))!!}
{!! Form::text('description')
-> label(trans('property::property.label.description'))
-> placeholder(trans('property::property.placeholder.description'))!!}
{!! Form::select('published')
-> options(trans('property::property.options.published'))
-> label(trans('property::property.label.published'))
-> placeholder(trans('property::property.placeholder.published'))!!}
{!! Form::select('year')
-> options(trans('property::property.options.year'))
-> label(trans('property::property.label.year'))
-> placeholder(trans('property::property.placeholder.year'))!!}
{!! Form::inline_radios('property_for')
-> radios(trans('property::property.options.property_for'))
-> required()
-> label(trans('property::property.label.property_for'))!!}
{!! Form::inline_radios('label')
-> radios(trans('property::property.options.label'))
-> label(trans('property::property.label.label'))!!}
{!! Form::numeric('price')
-> label(trans('property::property.label.price'))
-> required()
-> placeholder(trans('property::property.placeholder.price'))!!}
{!! Form::text('amount')
-> label(trans('property::property.label.amount'))
-> required()
-> placeholder(trans('property::property.placeholder.amount'))!!}
{!! Form::inline_radios('pay_frequency')
-> radios(trans('property::property.options.pay_frequency'))
-> required()
-> label(trans('property::property.label.pay_frequency'))!!}
{!! Form::decimal('area')
-> label(trans('property::property.label.area'))
-> required()
-> placeholder(trans('property::property.placeholder.area'))!!}
{!! Form::numeric('size_prefix')
-> label(trans('property::property.label.size_prefix'))
-> placeholder(trans('property::property.placeholder.size_prefix'))!!}
{!! Form::decimal('land_area')
-> label(trans('property::property.label.land_area'))
-> placeholder(trans('property::property.placeholder.land_area'))!!}
{!! Form::numeric('land_area_size_prefix')
-> label(trans('property::property.label.land_area_size_prefix'))
-> placeholder(trans('property::property.placeholder.land_area_size_prefix'))!!}
{!! Form::inline_radios('area_type')
-> radios(trans('property::property.options.area_type'))
-> label(trans('property::property.label.area_type'))!!}
{!! Form::text('owner_type')
-> label(trans('property::property.label.owner_type'))
-> placeholder(trans('property::property.placeholder.owner_type'))!!}
{!! 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::text('water_source')
-> label(trans('property::property.label.water_source'))
-> placeholder(trans('property::property.placeholder.water_source'))!!}
{!! Form::text('furnishing')
-> label(trans('property::property.label.furnishing'))
-> placeholder(trans('property::property.placeholder.furnishing'))!!}
{!! Form::numeric('no_balcony')
-> label(trans('property::property.label.no_balcony'))
-> placeholder(trans('property::property.placeholder.no_balcony'))!!}
{!! Form::text('address')
-> label(trans('property::property.label.address'))
-> placeholder(trans('property::property.placeholder.address'))!!}
{!! Form::text('neighbourhood')
-> label(trans('property::property.label.neighbourhood'))
-> placeholder(trans('property::property.placeholder.neighbourhood'))!!}
{!! Form::numeric('zip_code')
-> label(trans('property::property.label.zip_code'))
-> placeholder(trans('property::property.placeholder.zip_code'))!!}
{!! Form::text('country_id')
-> label(trans('property::property.label.country_id'))
-> placeholder(trans('property::property.placeholder.country_id'))!!}
{!! Form::text('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::numeric('city_id')
-> label(trans('property::property.label.city_id'))
-> placeholder(trans('property::property.placeholder.city_id'))!!}
{!! Form::text('locality')
-> label(trans('property::property.label.locality'))
-> placeholder(trans('property::property.placeholder.locality'))!!}
{!! Form::text('features')
-> label(trans('property::property.label.features'))
-> placeholder(trans('property::property.placeholder.features'))!!}
{!! Form::inline_checkboxes('slider[]')
-> checkboxes(trans('property::property.options.slider'))
-> label(trans('property::property.label.slider'))!!}
{!! Form::inline_checkboxes('featured[]')
-> checkboxes(trans('property::property.options.featured'))
-> label(trans('property::property.label.featured'))!!}
{!! Form::inline_checkboxes('premium[]')
-> checkboxes(trans('property::property.options.premium'))
-> label(trans('property::property.label.premium'))!!}
{!! Form::text('latitude')
-> label(trans('property::property.label.latitude'))
-> placeholder(trans('property::property.placeholder.latitude'))!!}
{!! Form::text('longitude')
-> label(trans('property::property.label.longitude'))
-> placeholder(trans('property::property.placeholder.longitude'))!!}