@php $labels = ['Departure', 'Return', 'Segment 3', 'Segment 4']; // Extendable for more segments @endphp @if (!empty($flights) && !isset($flights['error']))
{{ $labels[$index] ?? 'Flight Segment' }}
{{ $journey['segments'][0]['origin'] }} → {{ $journey['segments'][last(array_keys($journey['segments']))]['destination'] }}
Pakistan International Airlines flights not available
@endif