{!! Form::numeric('country_id') -> label(trans('locations::properties.label.country_id')) -> placeholder(trans('locations::properties.placeholder.country_id'))!!}
{!! Form::numeric('city_id') -> label(trans('locations::properties.label.city_id')) -> placeholder(trans('locations::properties.placeholder.city_id'))!!}
{!! Form::numeric('location_id') -> label(trans('locations::properties.label.location_id')) -> placeholder(trans('locations::properties.placeholder.location_id'))!!}
{!! Form::numeric('sublocation_id') -> label(trans('locations::properties.label.sublocation_id')) -> placeholder(trans('locations::properties.placeholder.sublocation_id'))!!}
{!! Form::text('name') -> label(trans('locations::properties.label.name')) -> placeholder(trans('locations::properties.placeholder.name'))!!}
{!! Form::text('code') -> label(trans('locations::properties.label.code')) -> placeholder(trans('locations::properties.placeholder.code'))!!}
{!! Form::numeric('code_loc') -> label(trans('locations::properties.label.code_loc')) -> placeholder(trans('locations::properties.placeholder.code_loc'))!!}
{!! Form::text('text') -> label(trans('locations::properties.label.text')) -> placeholder(trans('locations::properties.placeholder.text'))!!}
{!! Form::text('photos') -> label(trans('locations::properties.label.photos')) -> placeholder(trans('locations::properties.placeholder.photos'))!!}
{!! Form::text('floor_plans') -> label(trans('locations::properties.label.floor_plans')) -> placeholder(trans('locations::properties.placeholder.floor_plans'))!!}
{!! Form::numeric('min_price') -> label(trans('locations::properties.label.min_price')) -> placeholder(trans('locations::properties.placeholder.min_price'))!!}
{!! Form::numeric('max_price') -> label(trans('locations::properties.label.max_price')) -> placeholder(trans('locations::properties.placeholder.max_price'))!!}
{!! Form::package::package.formcontrols.ON(')') -> label(trans('locations::properties.label.)')) -> placeholder(trans('locations::properties.placeholder.)'))!!}