@csrf
@lang('modules.settings.dailyHelp')
@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
@if($selectedCountry && $selectedCountry->flagUrl) Flag @endif @foreach($countries as $country) @endforeach
{{ __('modules.visitorManagement.uploadPhoto') }} @if ($serviceManagement->service_photo_url)
{{ $serviceManagement->contact_person_name }}
@endif {{ __('modules.visitorManagement.removePhoto') }} @if ($serviceManagement->service_photo_url) {{ __('modules.visitorManagement.removePhoto') }} @endif
@lang('app.save') @lang('app.cancel')