HOTEL KLIA BOOKING

RTSB – BRANCH : {{$bookingPaxs->branch}}
TO : HJ ZAKARIA
DATE : {{$bookingPaxs->today}}
STAFF : {{$bookingPaxs->user}}
 
INTERNATIONAL FLIGHT : @foreach($bookingPaxs->data->international_flights as $intFlight) @endforeach
{{$intFlight->carrier_name.$intFlight->carrier_no ." " }} {{$intFlight->flight_date}} {{$intFlight->flight_from_city ." "}} {{$intFlight->flight_to_city}} {{$intFlight->from_time."". $intFlight->from_minutes}} / {{$intFlight->to_time."". $intFlight->to_minutes}}
 
DOMESTIC FLIGHT : @foreach($bookingPaxs->data->domestic_flights as $domFlight) @endforeach
{{$domFlight->domestic_carrier_name."".$domFlight->domestic_carrier_no}} {{$domFlight->domestic_flight_date}} {{$domFlight->domestic_from_city}} {{$domFlight->domestic_to_city}} {{$domFlight->domestic_from_time."". $domFlight->domestic_from_minutes}} / {{$domFlight->domestic_to_time."". $domFlight->domestic_to_minutes}}
 
PASSENGER DETAILS :
@foreach($bookingPaxs->data->hotel_klias as $klia)
 
CHECK IN HOTEL : {{$klia->check_in_hotel}} HOTEL DEPARTURE : {{$klia->klia_notes}}
@foreach($bookingPaxs->data->$kilaName->passengers as $key => $pax) @endforeach
{{$klia->klia_name}}
NO NAME IC NUMBER AGE ROOM TYPE PRICE TEL NO STATUS BOOKING CODE
{{$key+1}} {{$pax->full_name}} {{$pax->ic_no}} {{$pax->dob}} {{$pax->room_type}} {{$pax->hotel_klia_price}} {{$pax->phone_no}} {{$pax->booking_status}} {{$pax->booking_code}}
@endforeach