@php $user = auth()->guard('client')->user(); if ($user) $user->load('passengers'); // dd($user); @endphp

Contact Details

e.g. Syed Ali Moiz
email ? 'disabled' : 'required' }}> e.g. name@outlook.com
{{--
e.g. Karachi
--}}
e.g. 92
e.g. 3320234557
accept_notification ? 'checked' : '' }} >
{{-- @dd($flightData) --}} @if (!empty($flightData['passengerTypes'])) @foreach ($flightData['passengerTypes'] as $key => $type) @if (!empty($flightData['paxCount'][$key]))
@for ($i = 1; $i <= $flightData['paxCount'][$key]; $i++)

Traveler Details for {{ $type }} {{ $i }}

@if ($user) Select a passenger to automatically populate their details. @else Sign in to view your saved travelers lists. @endif

Given Name

Enter as highlighted

@if ($flightData['isLocal']) Tooltip Image @else Tooltip Image @endif
Enter given name as per passport to avoid boarding issues.
{{-- --}}

Surname

Enter as highlighted

@if ($flightData['isLocal']) Tooltip Image @else Tooltip Image @endif
Enter surname as per passport to avoid boarding issues.
@if ($key !== 'inf')

@if ($flightData['isLocal']) Cnic @else Passport @endif Number

Enter as highlighted

@if ($flightData['isLocal']) Tooltip Image @else Tooltip Image @endif
Please ensure is currently valid
@endif
@endfor
@endif @endforeach @endif