@lang("content.list")

@if (count($paxAct)) @if (\request("show_source")) @endif {{--Base info--}} @if (\request("show_gender")) @endif {{--END--}} @if (\request("show_tkt_no")) @endif @if (\request("show_cpn")) @endif @if (\request("show_grp")) @endif @if (\request("show_pnr")) @endif @if (\request("show_fqtv")) @endif @if (\request("show_spml")) @endif @if (\request("show_ib")) @endif @if (\request("show_ob")) @endif @if (\request("show_cs")) @endif @if (\request("show_ssr")) @endif @if (\request("show_bag")) @endif @if (\request("show_ib") || \request("show_ob") || \request("show_cs") || \request("show_ssr") || \request("show_bag")) @endif @if (\request("show_source")) @endif @if (\request("show_ib")) @endif @if (\request("show_ob")) @endif @if (\request("show_cs")) @endif @if (\request("show_ssr")) @endif @if (\request("show_bag")) @endif @foreach($paxAct as $i => $each) @php $combinedInfo = $each->combined_info @endphp @php $passenger = $each->passenger @endphp @php $flight = $each->flight @endphp @php $flightNumber = $flight ? $flight->flightNumber : null @endphp @php $depAirport = $flightNumber ? $flightNumber->departureAirport : null @endphp @php $arrAirport = $flightNumber ? $flightNumber->arrivalAirport : null @endphp @php $airline = $flightNumber ? $flightNumber->airline : null @endphp @php $fltNo = ($airline ? getAirlineCode($airline) : "").($flightNumber ? $flightNumber->flight_number : "-") @endphp @php $sector = ($depAirport ? $depAirport->iata : "")."-".($arrAirport ? $arrAirport->iata : "") @endphp @if (\request("show_source")) @endif @php $passengerLink = getPassengerLink($each['passenger_id']) @endphp @if (\request("show_gender")) @endif @if (\request("show_tkt_no")) @endif @if (\request("show_cpn")) @endif @if (\request("show_grp")) @endif @if (\request("show_pnr")) @endif @if (\request("show_fqtv")) @endif @if (\request("show_spml")) @endif @if (\request("show_ib")) @endif @if (\request("show_ob")) @endif @if (\request("show_cs")) @endif @if (\request("show_ssr")) @endif @if (\request("show_bag")) @endif @if (\request("show_ib") || \request("show_ob") || \request("show_cs") || \request("show_ssr") || \request("show_bag")) @endif @endforeach
No@lang("content.source")@lang("content.flight_details") @lang("content.first_name") @lang("content.last_name")@lang("content.gender")@lang("content.seat_number")TKT NOCPNGRPPNRFQTVSPMLI/BO/B@lang("content.codeshare")SSR@lang("content.baggage")No
PNL PRL TPM PTM PSMNo @lang("content.sector") @lang("content.date")@lang("content.airline") @lang("content.flight_number") RBD @lang("content.arrival_date") @lang("content.origin")@lang("content.airline") @lang("content.flight_number") RBD @lang("content.departure_date") @lang("content.destination")@lang("content.airline") @lang("content.flight_number") RBD@lang("content.service") @lang("content.info")Pcs Wt @lang("content.tag_no")
{{ $i + 1 }}{!! $each->from_pnl ? '' : "" !!} {!! $each->from_prl ? '' : "" !!} {!! $each->from_tpm ? '' : "" !!} {!! $each->from_ptm ? '' : "" !!} {!! $each->from_psm ? '' : "" !!}{{ $fltNo }} {{ $sector }} {{ $flight ? baseDateFormat(getFlightDepartureDate($flight)) : "-" }}{{ $passenger ? $passenger->first_name : "" }} {{ $passenger ? $passenger->last_name : "" }}{{ $each->is_inf ? INF_USE : getGenderAbbr($passenger->gender) }}{{ $each->seat_number && strlen($each->seat_number) == 2 ? "0".$each->seat_number : $each->seat_number }}{{ $each->passengerOrder ? $each->passengerOrder->ticket_number : "" }}{{ $each->coupon }}{{ $each->group_tcp }}{{ $each->passengerOrder ? $each->passengerOrder->pnr : "" }}{{ $combinedInfo['fqtv'] }}{{ $combinedInfo['spml'] }}{{ isset($combinedInfo['inbound']['airline']) ? $combinedInfo['inbound']['airline'] : "" }} {{ isset($combinedInfo['inbound']['flight_number']) ? $combinedInfo['inbound']['flight_number'] : "" }} {{ isset($combinedInfo['inbound']['rbd']) ? $combinedInfo['inbound']['rbd'] : "" }} {{ isset($combinedInfo['inbound']['arrival_date']) ? $combinedInfo['inbound']['arrival_date'] : "" }} {{ isset($combinedInfo['inbound']['origin']) ? $combinedInfo['inbound']['origin'] : "" }} {{ isset($combinedInfo['outbound']['airline']) ? $combinedInfo['outbound']['airline'] : "" }} {!! isset($combinedInfo['outbound']['airline2']) ? "
".$combinedInfo['outbound']['airline2'] : "" !!}
{{ isset($combinedInfo['outbound']['flight_number']) ? $combinedInfo['outbound']['flight_number'] : "" }} {!! isset($combinedInfo['outbound']['flight_number2']) ? "
".$combinedInfo['outbound']['flight_number2'] : "" !!}
{{ isset($combinedInfo['outbound']['rbd']) ? $combinedInfo['outbound']['rbd'] : "" }} {!! isset($combinedInfo['outbound']['rbd2']) ? "
".$combinedInfo['outbound']['rbd2'] : "" !!}
{{ isset($combinedInfo['outbound']['departure_date']) ? $combinedInfo['outbound']['departure_date'] : "" }} {!! isset($combinedInfo['outbound']['departure_date2']) ? "
".$combinedInfo['outbound']['departure_date2'] : "" !!}
{{ isset($combinedInfo['outbound']['destination']) ? $combinedInfo['outbound']['destination'] : "" }} {!! isset($combinedInfo['outbound']['destination2']) ? "
".$combinedInfo['outbound']['destination2'] : "" !!}
{{ isset($combinedInfo['codeshare']['airline']) ? $combinedInfo['codeshare']['airline'] : "" }} {{ isset($combinedInfo['codeshare']['flight_number']) ? $combinedInfo['codeshare']['flight_number'] : "" }} {{ isset($combinedInfo['codeshare']['rbd']) ? $combinedInfo['codeshare']['rbd'] : "" }} @if (count($combinedInfo['ssr'])) @foreach($combinedInfo['ssr'] as $ssr) {{ $ssr }}
@endforeach @endif
{{ $each->ssr_info }}{{ $each->baggage_pcs }} {{ $each->baggage_weight }} @if ($each->tag_number) @php $tn = explode(";", $each->tag_number) @endphp @endif {{ $i + 1 }}
@endif