{!! Form::numeric('country_id')
-> label(trans('property::property.label.country_id'))
-> placeholder(trans('property::property.placeholder.country_id'))!!}
{!! Form::numeric('state_id')
-> label(trans('property::property.label.state_id'))
-> placeholder(trans('property::property.placeholder.state_id'))!!}
{!! Form::numeric('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::numeric('location_id')
-> label(trans('property::property.label.location_id'))
-> placeholder(trans('property::property.placeholder.location_id'))!!}
{!! Form::numeric('category_id')
-> label(trans('property::property.label.category_id'))
-> placeholder(trans('property::property.placeholder.category_id'))!!}
{!! Form::numeric('sort_order')
-> label(trans('property::property.label.sort_order'))
-> placeholder(trans('property::property.placeholder.sort_order'))!!}
{!! Form::text('code')
-> label(trans('property::property.label.code'))
-> placeholder(trans('property::property.placeholder.code'))!!}
{!! Form::text('title')
-> label(trans('property::property.label.title'))
-> 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::text('publish_status')
-> label(trans('property::property.label.publish_status'))
-> placeholder(trans('property::property.placeholder.publish_status'))!!}
{!! 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'))
-> 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'))
-> placeholder(trans('property::property.placeholder.price'))!!}
{!! Form::text('plan_name')
-> label(trans('property::property.label.plan_name'))
-> placeholder(trans('property::property.placeholder.plan_name'))!!}
{!! Form::text('amount')
-> label(trans('property::property.label.amount'))
-> placeholder(trans('property::property.placeholder.amount'))!!}
{!! Form::select('pay_frequency')
-> options(trans('property::property.options.pay_frequency'))
-> label(trans('property::property.label.pay_frequency'))
-> placeholder(trans('property::property.placeholder.pay_frequency'))!!}
{!! Form::text('images')
-> label(trans('property::property.label.images'))
-> placeholder(trans('property::property.placeholder.images'))!!}
{!! Form::decimal('area')
-> label(trans('property::property.label.area'))
-> 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::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('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::numeric('slider')
-> label(trans('property::property.label.slider'))
-> placeholder(trans('property::property.placeholder.slider'))!!}
{!! Form::numeric('featured')
-> label(trans('property::property.label.featured'))
-> placeholder(trans('property::property.placeholder.featured'))!!}
{!! Form::numeric('hotprop_order')
-> label(trans('property::property.label.hotprop_order'))
-> placeholder(trans('property::property.placeholder.hotprop_order'))!!}
{!! Form::numeric('premium')
-> label(trans('property::property.label.premium'))
-> placeholder(trans('property::property.placeholder.premium'))!!}
{!! Form::inline_radios('email_alert')
-> radios(trans('property::property.options.email_alert'))
-> label(trans('property::property.label.email_alert'))!!}
{!! Form::numeric('photo_count')
-> label(trans('property::property.label.photo_count'))
-> placeholder(trans('property::property.placeholder.photo_count'))!!}
{!! Form::numeric('validity')
-> label(trans('property::property.label.validity'))
-> placeholder(trans('property::property.placeholder.validity'))!!}
{!! Form::inline_radios('visibility')
-> radios(trans('property::property.options.visibility'))
-> label(trans('property::property.label.visibility'))!!}
{!! Form::inline_radios('video_embed')
-> radios(trans('property::property.options.video_embed'))
-> label(trans('property::property.label.video_embed'))!!}
{!! Form::inline_radios('payment_status')
-> radios(trans('property::property.options.payment_status'))
-> label(trans('property::property.label.payment_status'))!!}
{!! 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'))!!}
{!! Form::textarea('map_embed')
-> label(trans('property::property.label.map_embed'))
-> dataUpload(trans_url($property->getUploadURL('map_embed')))
-> addClass('html-editor')
-> placeholder(trans('property::property.placeholder.map_embed'))!!}
{!! Form::numeric('posting_type')
-> label(trans('property::property.label.posting_type'))
-> placeholder(trans('property::property.placeholder.posting_type'))!!}
{!! Form::numeric('listing_plan')
-> label(trans('property::property.label.listing_plan'))
-> placeholder(trans('property::property.placeholder.listing_plan'))!!}
{!! Form::numeric('plan_visibility')
-> label(trans('property::property.label.plan_visibility'))
-> placeholder(trans('property::property.placeholder.plan_visibility'))!!}
{!! Form::text('contact_mail')
-> label(trans('property::property.label.contact_mail'))
-> placeholder(trans('property::property.placeholder.contact_mail'))!!}
{!! Form::numeric('parking_no')
-> label(trans('property::property.label.parking_no'))
-> placeholder(trans('property::property.placeholder.parking_no'))!!}
{!! Form::text('website')
-> label(trans('property::property.label.website'))
-> placeholder(trans('property::property.placeholder.website'))!!}
{!! Form::text('phone')
-> label(trans('property::property.label.phone'))
-> placeholder(trans('property::property.placeholder.phone'))!!}
{!! Form::text('mobile')
-> label(trans('property::property.label.mobile'))
-> placeholder(trans('property::property.placeholder.mobile'))!!}
{!! Form::text('contact_name')
-> label(trans('property::property.label.contact_name'))
-> placeholder(trans('property::property.placeholder.contact_name'))!!}
{!! Form::numeric('region')
-> label(trans('property::property.label.region'))
-> placeholder(trans('property::property.placeholder.region'))!!}
{!! Form::numeric('category_id1')
-> label(trans('property::property.label.category_id1'))
-> placeholder(trans('property::property.placeholder.category_id1'))!!}
{!! Form::text('prop_age')
-> label(trans('property::property.label.prop_age'))
-> placeholder(trans('property::property.placeholder.prop_age'))!!}
{!! Form::text('prop_status')
-> label(trans('property::property.label.prop_status'))
-> placeholder(trans('property::property.placeholder.prop_status'))!!}
{!! Form::text('overview')
-> label(trans('property::property.label.overview'))
-> placeholder(trans('property::property.placeholder.overview'))!!}
{!! Form::text('video')
-> label(trans('property::property.label.video'))
-> placeholder(trans('property::property.placeholder.video'))!!}
{!! Form::text('video_status')
-> label(trans('property::property.label.video_status'))
-> placeholder(trans('property::property.placeholder.video_status'))!!}
{!! Form::text('facilities')
-> label(trans('property::property.label.facilities'))
-> placeholder(trans('property::property.placeholder.facilities'))!!}
{!! Form::text('landmarks')
-> label(trans('property::property.label.landmarks'))
-> placeholder(trans('property::property.placeholder.landmarks'))!!}
{!! Form::text('sellunit')
-> label(trans('property::property.label.sellunit'))
-> placeholder(trans('property::property.placeholder.sellunit'))!!}
{!! Form::text('price_negotiable')
-> label(trans('property::property.label.price_negotiable'))
-> placeholder(trans('property::property.placeholder.price_negotiable'))!!}
{!! Form::text('admin_status')
-> label(trans('property::property.label.admin_status'))
-> placeholder(trans('property::property.placeholder.admin_status'))!!}
{!! Form::text('paid_status')
-> label(trans('property::property.label.paid_status'))
-> placeholder(trans('property::property.placeholder.paid_status'))!!}
{!! Form::text('direct_contact')
-> label(trans('property::property.label.direct_contact'))
-> placeholder(trans('property::property.placeholder.direct_contact'))!!}
{!! Form::text('manage_type')
-> label(trans('property::property.label.manage_type'))
-> placeholder(trans('property::property.placeholder.manage_type'))!!}
{!! Form::text('buildup_area')
-> label(trans('property::property.label.buildup_area'))
-> placeholder(trans('property::property.placeholder.buildup_area'))!!}
{!! Form::text('buildup_unit')
-> label(trans('property::property.label.buildup_unit'))
-> placeholder(trans('property::property.placeholder.buildup_unit'))!!}
{!! Form::text('plot_area')
-> label(trans('property::property.label.plot_area'))
-> placeholder(trans('property::property.placeholder.plot_area'))!!}
{!! Form::text('plot_unit')
-> label(trans('property::property.label.plot_unit'))
-> placeholder(trans('property::property.placeholder.plot_unit'))!!}
{!! Form::decimal('land_area')
-> label(trans('property::property.label.land_area'))
-> placeholder(trans('property::property.placeholder.land_area'))!!}
{!! Form::text('land_unit')
-> label(trans('property::property.label.land_unit'))
-> placeholder(trans('property::property.placeholder.land_unit'))!!}
{!! Form::text('meta_title')
-> label(trans('property::property.label.meta_title'))
-> placeholder(trans('property::property.placeholder.meta_title'))!!}
{!! Form::text('meta_keyword')
-> label(trans('property::property.label.meta_keyword'))
-> placeholder(trans('property::property.placeholder.meta_keyword'))!!}
{!! Form::text('meta_description')
-> label(trans('property::property.label.meta_description'))
-> placeholder(trans('property::property.placeholder.meta_description'))!!}
{!! Form::text('city1')
-> label(trans('property::property.label.city1'))
-> placeholder(trans('property::property.placeholder.city1'))!!}