@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 }}
{{ $websiteLang->where('lang_key','others_info')->first()->custom_text }}
{{ $websiteLang->where('lang_key','img_pdf_video')->first()->custom_text }}
@if ($package->number_of_aminities==-1)
{{ $websiteLang->where('lang_key','aminities')->first()->custom_text }}
@foreach ($aminities as $aminity) @if (old('aminities')) @php $isChecked=false; @endphp @foreach (old('aminities') as $old_aminity) @if ($aminity->id==$old_aminity) @php $isChecked=true; @endphp @endif @endforeach
@else
@endif @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) @if (old('aminities')) @php $isChecked=false; @endphp @foreach (old('aminities') as $old_aminity) @if ($aminity->id==$old_aminity) @php $isChecked=true; @endphp @endif @endforeach
@else
@endif @endforeach
@php $aminityList=[]; foreach ($aminities as $index => $aminity) { $aminityList[]=$aminity->id; } @endphp @endif
{{ $websiteLang->where('lang_key','nearest_loc')->first()->custom_text }}
{{ $websiteLang->where('lang_key','detail_google_map')->first()->custom_text }}
@endsection