{{ html()->form('POST', url('/admin/property/add_edit'))
->attributes(['class' => 'form-horizontal', 'id' => 'post_form', 'name' => 'post_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
({{trans('words.recommended_resolution')}} : 800x480, 600x350)
@if(isset($info->image))
@endif
({{trans('words.recommended_resolution')}} : 800x480, 600x350)
@if(isset($info->floor_plan_image))
@endif
{{ html()->form()->close() }}