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

{{__('admin.Property List')}}
@csrf @method('PUT')

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


@if ($property->property_purpose_id==1)
@endif @if ($property->property_purpose_id==2)
@endif

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


{{__('admin.Slider Images')}}


@foreach ($property->propertyImages as $item) @endforeach

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


@if ($property->file)
@endif


@if ($property->video_link)

@endif

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


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

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


@if ($property->propertyNearestLocations->count()>0) @foreach ($property->propertyNearestLocations as $property_item)
@endforeach @endif

{{__('admin.Property Details and Google Map')}}