@include('property::public.property.partial.header')
@include('property::public.property.partial.aside')
{{$property->title}}

{!! $property['id'] !!}

{!! $property['property_type'] !!}

{!! $property['property_category'] !!}

{!! $property['district'] !!}

{!! $property['city'] !!}

{!! $property['locality'] !!}

{!! $property['keyword'] !!}

{!! $property['beds'] !!}

{!! $property['baths'] !!}

{!! $property['price'] !!}

{!! $property['posted_by'] !!}

{!! $property['created_at'] !!}

{!! $property['deleted_at'] !!}

{!! $property['updated_at'] !!}
{!! Form::text('property_type') -> label(trans('property::property.label.property_type')) -> placeholder(trans('property::property.placeholder.property_type'))!!}
{!! Form::text('property_category') -> label(trans('property::property.label.property_category')) -> placeholder(trans('property::property.placeholder.property_category'))!!}
{!! Form::text('district') -> label(trans('property::property.label.district')) -> placeholder(trans('property::property.placeholder.district'))!!}
{!! Form::text('city') -> label(trans('property::property.label.city')) -> placeholder(trans('property::property.placeholder.city'))!!}
{!! Form::text('locality') -> label(trans('property::property.label.locality')) -> placeholder(trans('property::property.placeholder.locality'))!!}
{!! Form::text('keyword') -> label(trans('property::property.label.keyword')) -> placeholder(trans('property::property.placeholder.keyword'))!!}
{!! Form::numeric('beds') -> label(trans('property::property.label.beds')) -> placeholder(trans('property::property.placeholder.beds'))!!}
{!! Form::numeric('baths') -> label(trans('property::property.label.baths')) -> placeholder(trans('property::property.placeholder.baths'))!!}
{!! Form::text('price') -> label(trans('property::property.label.price')) -> placeholder(trans('property::property.placeholder.price'))!!}
{!! Form::text('posted_by') -> label(trans('property::property.label.posted_by')) -> placeholder(trans('property::property.placeholder.posted_by'))!!}