@extends('layouts.user.profile.layout') @section('title') {{ $websiteLang->where("lang_key","my_property")->first()->custom_text }} @endsection @section('user-dashboard')
@csrf

{{ $websiteLang->where('lang_key','my_property')->first()->custom_text }} {{ $websiteLang->where('lang_key','all_property')->first()->custom_text }}

{{ $websiteLang->where('lang_key','basic_info')->first()->custom_text }}
@if ($property->property_purpose_id==2)
@endif @if ($property->property_purpose_id==1)
@endif
{{ $websiteLang->where('lang_key','others_info')->first()->custom_text }}
{{ $websiteLang->where('lang_key','slider_img')->first()->custom_text }}
@foreach ($property->propertyImages as $item)
property
@endforeach
{{ $websiteLang->where('lang_key','img_pdf_video')->first()->custom_text }}
@if ($property->file)

{{ $property->file }}

@endif
property
property
@if ($property->video_link) @php $video_id=explode("=",$property->video_link); @endphp @endif
@if ($package->number_of_aminities==-1)
{{ $websiteLang->where('lang_key','aminities')->first()->custom_text }}
@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
@php $aminityList=[]; foreach ($aminities as $index => $aminity) { $aminityList[]=$aminity->id; } @endphp @else
{{ $websiteLang->where('lang_key','aminities')->first()->custom_text }}
@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
@php $aminityList=[]; foreach ($aminities as $index => $aminity) { $aminityList[]=$aminity->id; } @endphp @endif
{{ $websiteLang->where('lang_key','nearest_loc')->first()->custom_text }}
@if ($property->propertyNearestLocations->count()>0) @foreach ($property->propertyNearestLocations as $property_item)
@endforeach @endif
{{ $websiteLang->where('lang_key','detail_google_map')->first()->custom_text }}
@endsection