@csrf
@if(isset($selectedCountry) && $selectedCountry->flagUrl) Flag @endif @foreach($countries as $country) @endforeach
@if($user->id == user()->id) @else @endif
@if(user_can('Update Owner'))
@foreach ($towers as $tower) @endforeach
@foreach ($floors as $floor) @endforeach
@foreach ($apartments as $apartment) @if(!in_array($apartment->id, $selectedApartmentsArray)) @endif @endforeach
@if(count($selectedApartmentsArray) > 0)
@foreach($selectedApartmentsArray as $apartmentId) @php $apartment = \App\Models\ApartmentManagement::with(['towers', 'floors'])->find($apartmentId); @endphp @if($apartment) {{ $apartment->apartment_number }} @endif @endforeach
@endif @endif
{{ __('modules.user.uploadProfilePicture') }} @if ($user->profile_photo_path)
{{ 'Profile Photo' }}
@endif {{ __('modules.user.removeProfilePicture') }} @if ($user->profile_photo_path) {{ __('modules.user.removeProfilePicture') }} @endif
@lang('app.update') @lang('app.cancel')