@extends("app") @section('head_title', 'Update Property | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content")

Update Property

{!! Form::open(array('url' => 'international-property','class'=>'','id'=>'submit-property-main-form','role'=>'form','enctype' => 'multipart/form-data')) !!} @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
Basic information
@if ($errors->has('property_name')) {{ $errors->first('property_name') }} @endif
@if ($errors->has('property_type')) {{ $errors->first('property_type') }} @endif
m2
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Amenties
pool=='1') checked @endif>
Account information
Images Information

Image upload


@if ($errors->has('featured_image')) {{ $errors->first('featured_image') }} @endif
@if(isset($property->featured_image)) Featured Image @endif

Floor Plan

@if(isset($property->floor_plan)) Floor Plan Image @endif

360 Vitual link

Information
display_address =='1') checked @endif>
@if ($errors->has('property_purpose')) {{ $errors->first('property_purpose') }} @endif
Location
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
Price Infomation
Size Infomation
Specs Infomation
SEO Infomation

{!! Form::close() !!}
@endsection