@if(count($operationReport->data) > 0) @foreach($operationReport->data as $key => $report) @endforeach
FLIGHT DETAILS MAKKAH DURATION (NIGHTS) MADINAH DURATION (NIGHTS) TOTAL SEATS BOOKING HOTEL MAKKAH BOOKING HOTEL MADINAH UMRAH TIME RAUDHAH TIME ADDITONAL REMARK
{{$report->flight_details[0]->flight_name}}
Total Umrah Days: {{$report->flight_details[0]->total_umrah_day}}
{{$report->flight_details[0]->dep_carrier_name}} {{$report->flight_details[0]->dep_carrier_no}} {{\Carbon\Carbon::parse($report->flight_details[0]->dep_flight_date)->format('d')}} {{\Carbon\Carbon::parse($report->flight_details[0]->dep_flight_date)->format('M')}} {{ $report->flight_details[0]->dep_from_time }} {{ $report->flight_details[0]->dep_from_minutes }} / {{ $report->flight_details[0]->dep_to_time }} {{ $report->flight_details[0]->dep_to_minutes }}
{{$report->flight_details[0]->arr_carrier_name}} {{$report->flight_details[0]->arr_carrier_no}} {{\Carbon\Carbon::parse($report->flight_details[0]->arr_flight_date)->format('d')}} {{\Carbon\Carbon::parse($report->flight_details[0]->arr_flight_date)->format('M')}} {{ $report->flight_details[0]->arr_from_time }} {{ $report->flight_details[0]->arr_from_minutes }} / {{ $report->flight_details[0]->arr_to_time }} {{ $report->flight_details[0]->arr_to_minutes }}
@foreach($report->flight_details as $flight) {{$flight->pnr_name}} = {{$flight->pnr_seat}}
@endforeach @foreach($report->staff_list as $staff) @endforeach Staff(s): {{ implode(", ",array_filter($nameArr)) }}
Telephone Number: {{ implode(", ",array_filter($telArr)) }}
@if(isset($report->pax_count->mak)) {{$report->consuming_nights->mak}} @endif @if(isset($report->pax_count->med)) {{$report->consuming_nights->med}} @endif {{$report->total_seat}} @if(isset($report->pax_count->mak)) @foreach($report->pax_count->mak->data as $pax) {{$pax->hotel_short_name}} = {{$pax->count}}
@endforeach @endif
@if(isset($report->pax_count->med)) @foreach($report->pax_count->med->data as $pax) {{$pax->hotel_short_name}} = {{$pax->count}}
@endforeach @endif
@else
No Records Found.
@endif