{{__('admin.Edit property')}}

{{__('admin.Own Properties')}}
@csrf @method('PUT')

{{__('admin.Basic Information')}}


@if ($property->purpose == 'sale')
@endif @if ($property->purpose != 'sale')
@endif

{{__('admin.Location')}}


{{__('admin.Image and Video')}}


@foreach ($existing_sliders as $existing_slider)
@endforeach
@if ($property->video_thumbnail)
@endif
@if ($property->video_id)
@endif

{{__('admin.Aminities')}}


@foreach ($aminities as $aminity) @php $is_checked=false; @endphp @foreach ($existing_properties as $amnty) @if ($aminity->id == $amnty->aminity_id) @php $is_checked=true; @endphp @endif @endforeach @endforeach

{{__('admin.Nearest Location')}}


@foreach ($existing_nearest_locations as $existing_nearest_location)
@endforeach

{{__('admin.Additional Information')}}


@foreach ($existing_add_informations as $existing_add_information)
@endforeach

{{__('admin.Property Plan')}}


@foreach ($existing_plans as $existing_plan)
@endforeach

{{__('admin.SEO Information and Others')}}


{{__('admin.Status')}}
@if ($property->is_featured == 'enable')
{{__('admin.Featured')}}
@else @if ($featured_property == 'enable')
{{__('admin.Featured')}}
@endif @endif @if ($property->is_top == 'enable')
{{__('admin.Top Property')}}
@else @if ($top_property == 'enable')
{{__('admin.Top Property')}}
@endif @endif @if ($property->is_urgent == 'enable')
{{__('admin.Urgent Property')}}
@else @if ($urgent_property == 'enable')
{{__('admin.Urgent Property')}}
@endif @endif @if ($property->agent_id != 0)
@endif

{{__('admin.Booking Information')}}