@if(isset($bookingRooms->data[0]))
ROOMING LIST: {{$bookingRooms->flight_departure->flight_name}} Total Umrah Day: {{$bookingRooms->flight_departure->total_umrah_day}}
@if($bookingRooms->flight_departure) @endif @if($bookingRooms->flight_transit != '') @foreach($bookingRooms->flight_transit as $flightTransit) @endforeach @endif @if($bookingRooms->flight_arrival != "") @endif
{{$bookingRooms->flight_departure->carrier_name." ".$bookingRooms->flight_departure->carrier_no}} {{$bookingRooms->flight_departure->flight_date}} {{$bookingRooms->flight_departure->flight_from_city}} {{$bookingRooms->flight_departure->flight_to_city}} {{$bookingRooms->flight_departure->from_time . $fromDepMinutes}} / {{$bookingRooms->flight_departure->to_time. $toDepMinutes}}
{{$flightTransit->carrier_name." ".$flightTransit->carrier_no}} {{$flightTransit->flight_date}} {{$flightTransit->flight_from_city}} {{$flightTransit->flight_to_city}} {{$flightTransit->from_time . $fromTransMinutes}} / {{$flightTransit->to_time. $totransMinutes}}
{{$bookingRooms->flight_arrival->carrier_name." ".$bookingRooms->flight_arrival->carrier_no}} {{$bookingRooms->flight_arrival->flight_date}} {{$bookingRooms->flight_arrival->flight_from_city}} {{$bookingRooms->flight_arrival->flight_to_city}} {{$bookingRooms->flight_arrival->from_time . $fromMinutes}} / {{$bookingRooms->flight_arrival->to_time. $toMinutes}}
@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, -1)}}
TOTAL PAX = {{$pax}} @if($totalPaxCounts != "")({{$totalPaxCounts}}) @endif

@endForeach
@else
No Records Found.
@endif