@if(isset($bookingRooms->data[0]))
@if(isset($bookingRooms->flight_departure[0])) @foreach($bookingRooms->flight_departure as $keyft => $flightDeparture)
ROOMING LIST: {{$bookingRooms->flight_departure[$keyft]->flight_name}} Total Umrah Day: {{$bookingRooms->flight_departure[$keyft]->total_umrah_day}}
@if($bookingRooms->flight_departure[$keyft]) @endif @if(isset($bookingRooms->flight_arrival[$keyft])) @endif
{{$bookingRooms->flight_departure[$keyft]->carrier_name." ".$bookingRooms->flight_departure[$keyft]->carrier_no}} {{$bookingRooms->flight_departure[$keyft]->flight_date}} {{$bookingRooms->flight_departure[$keyft]->flight_from_city}} {{$bookingRooms->flight_departure[$keyft]->flight_to_city}} {{$bookingRooms->flight_departure[$keyft]->from_time . $fromDepMinutes}} / {{$bookingRooms->flight_departure[$keyft]->to_time. $toDepMinutes}}
{{$bookingRooms->flight_arrival[$keyft]->carrier_name." ".$bookingRooms->flight_arrival[$keyft]->carrier_no}} {{$bookingRooms->flight_arrival[$keyft]->flight_date}} {{$bookingRooms->flight_arrival[$keyft]->flight_from_city}} {{$bookingRooms->flight_arrival[$keyft]->flight_to_city}} {{$bookingRooms->flight_arrival[$keyft]->from_time . $fromMinutes}} / {{$bookingRooms->flight_arrival[$keyft]->to_time. $toMinutes}}
@endforeach @endif
@foreach($bookingRooms->data as $bookingRoom)
CONFIRMATION NO : {{substr($conf, 0, -1)}}
@for($h=0; $h < $hcount; $h++) @endfor @foreach($bookingRoom['room_types'] as $key=>$roomType) @endForeach @foreach($bookingRoom['room_staffs'] as $key=>$staff) @if(isset($staff[0])) @if($key > 0 && $old !== $staff[0]['full_name']) @for($h=0; $h < $hcount; $h++) @endfor @endif @endif @endForeach @for($h=0; $h < $hcount; $h++) @endfor
DUMMY NO ORIGINAL NO CONF NO {{$bookingRoom['hotel_city']}}: {{$bookingRoom['hotel_name']}} IN: {{$bookingRoom['check_in']}} OUT: {{$bookingRoom['check_out']}} {{$bookingRoom['nights']}} NIGHTS
{{$staff[0]['full_name']}} JOINT STAFF ROOM
@foreach($bookingRoom['roomTypes'] as $key=>$roomType) @if(count($bookingRoom['roomPaxs'][$key]) > 0)
{{$roomType['room_type']}}: {{$roomType['room_capacity']}} * {{$roomType['count']}} = {{$roomType['room_capacity'] * $roomType['count']}} {{($paxTypeCount != "") ? "(".$paxTypeCount.")" :""}}
@endif @endForeach
NOTE: {{substr($notesFormatted, 0, -2)}}
TOTAL PAX = {{$pax}} @if($totalPaxCounts != "")({{$totalPaxCounts}}) @endif

@endForeach
@else
No Records Found.
@endif