{{ __('Available Translations') }}
@adminCan('property.translate') @if ($code !== $languages->first()->code) @endif @endadminCan
@csrf @method('PUT')

{{ __('Basic Information') }}

@if ($code == $languages->first()->code)
@foreach ($agents as $agent) @endforeach
@endif
@if ($code == $languages->first()->code)
@foreach ($propertyTypes as $propertyType) @endforeach
@foreach ($cities as $city) @endforeach
@endif
@if ($code == $languages->first()->code)
@foreach ($purposes as $purpose) @endforeach
@if ($property->property_purpose_id==1)
@endif @if ($property->property_purpose_id==2)
@endif
@endif
@if ($code == $languages->first()->code)

{{ __('Others Information') }}

@endif @if ($code == $languages->first()->code)

{{ __('PDF and Video') }}

@if ($property->pdf_file) @endif @error('pdf_file') {{ $message }} @enderror
@endif
@if ($code == $languages->first()->code)

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

@else

{{ __('Property Details') }}

@endif
@if ($code == $languages->first()->code)
@endif
@if ($code == $languages->first()->code)
@endif
@if ($code == $languages->first()->code)

{{ __('Amenities') }}

@foreach ($aminities as $aminity) @php $isChecked=false; $propertyAminities = Modules\Property\app\Models\PropertyAminity::where('property_id', $property->id)->get(); @endphp @foreach ($propertyAminities as $amnty) @if ($aminity->id == $amnty->aminity_id) @php $isChecked=true; @endphp @endif @endforeach
@endforeach
@endif
@if ($code == $languages->first()->code)
@endif @adminCan('property.update') @endadminCan @adminCan('property.slider') {{ __('Manage Slider') }} @endadminCan @adminCan('property.nearest.location') {{ __('Nearest Location') }} @endadminCan