@extends('layouts.vertical', ['title' => 'Edit Property']) @section('content')

Edit Property - {{ $property->ref_id }}

Property Information
@method('PUT')
is_freehold == 'Y' ? 'checked' : '' }}>
is_leasehold == 'Y' ? 'checked' : '' }}>
{{-- To balance --}}
Building Details
Area
Energy Rating
Property Options
Agency Information
Update Details
Multilingual Descriptions
@php $descByLang = $property->descriptions->keyBy('language_id'); @endphp
@foreach(($languages ?? collect()) as $index => $language)
@endforeach
Save Descriptions

Commissions
Valuations
Taxes

Low Season
High Season
Save Pricing
Property Features
@foreach($features as $feature)
@endforeach
Save Features
Property Images
Upload Images
Property Documents
Upload Documents
Save Address
Save Contacts
@endsection @section('script-bottom') @endsection