@extends('site_app') @section('head_title', isset($info->id) ? trans('words.edit_property') : trans('words.add_property').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content')
{{ html()->form('POST', url('/user/property/add_edit')) ->attributes(['class' => '', 'id' => 'property_form', 'name' => 'property_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
{{trans('words.general_information')}} :
Overview
@if(isset($info->image)) landscape @else landscape @endif
@if(isset($info->floor_plan_image)) landscape @else landscape @endif
{{trans('words.gallery_images')}}
@if(isset($info->id))
@endif
{{ html()->form()->close() }}
@endsection