No | @if (\request("show_source"))@lang("content.source") | @endif {{--Base info--}}@lang("content.flight_details") | @lang("content.first_name") | @lang("content.last_name") | @if (\request("show_gender"))@lang("content.gender") | @endif@lang("content.seat_number") | {{--END--}} @if (\request("show_tkt_no"))TKT NO | @endif @if (\request("show_cpn"))CPN | @endif @if (\request("show_grp"))GRP | @endif @if (\request("show_pnr"))PNR | @endif @if (\request("show_fqtv"))FQTV | @endif @if (\request("show_spml"))SPML | @endif @if (\request("show_ib"))I/B | @endif @if (\request("show_ob"))O/B | @endif @if (\request("show_cs"))@lang("content.codeshare") | @endif @if (\request("show_ssr"))SSR | @endif @if (\request("show_bag"))@lang("content.baggage") | @endif @if (\request("show_ib") || \request("show_ob") || \request("show_cs") || \request("show_ssr") || \request("show_bag"))No | @endif|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PNL | PRL | TPM | PTM | PSM | @endifNo | @lang("content.sector") | @lang("content.date") | @if (\request("show_ib"))@lang("content.airline") | @lang("content.flight_number") | RBD | @lang("content.arrival_date") | @lang("content.origin") | @endif @if (\request("show_ob"))@lang("content.airline") | @lang("content.flight_number") | RBD | @lang("content.departure_date") | @lang("content.destination") | @endif @if (\request("show_cs"))@lang("content.airline") | @lang("content.flight_number") | RBD | @endif @if (\request("show_ssr"))@lang("content.service") | @lang("content.info") | @endif @if (\request("show_bag"))Pcs | Wt | @lang("content.tag_no") | @endif||||||||||||
{{ $i + 1 }} | @if (\request("show_source")){!! $each->from_pnl ? '' : "" !!} | {!! $each->from_prl ? '' : "" !!} | {!! $each->from_tpm ? '' : "" !!} | {!! $each->from_ptm ? '' : "" !!} | {!! $each->from_psm ? '' : "" !!} | @endif{{ $fltNo }} | {{ $sector }} | {{ $flight ? baseDateFormat(getFlightDepartureDate($flight)) : "-" }} | @php $passengerLink = getPassengerLink($each['passenger_id']) @endphp{{ $passenger ? $passenger->first_name : "" }} | {{ $passenger ? $passenger->last_name : "" }} | @if (\request("show_gender")){{ $each->is_inf ? INF_USE : getGenderAbbr($passenger->gender) }} | @endif{{ $each->seat_number && strlen($each->seat_number) == 2 ? "0".$each->seat_number : $each->seat_number }} | @if (\request("show_tkt_no")){{ $each->passengerOrder ? $each->passengerOrder->ticket_number : "" }} | @endif @if (\request("show_cpn")){{ $each->coupon }} | @endif @if (\request("show_grp")){{ $each->group_tcp }} | @endif @if (\request("show_pnr")){{ $each->passengerOrder ? $each->passengerOrder->pnr : "" }} | @endif @if (\request("show_fqtv")){{ $combinedInfo['fqtv'] }} | @endif @if (\request("show_spml")){{ $combinedInfo['spml'] }} | @endif @if (\request("show_ib")){{ 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'] : "" }} | @endif @if (\request("show_ob"))
{{ 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'] : "" !!} |
@endif
@if (\request("show_cs"))
{{ isset($combinedInfo['codeshare']['airline']) ? $combinedInfo['codeshare']['airline'] : "" }} | {{ isset($combinedInfo['codeshare']['flight_number']) ? $combinedInfo['codeshare']['flight_number'] : "" }} | {{ isset($combinedInfo['codeshare']['rbd']) ? $combinedInfo['codeshare']['rbd'] : "" }} | @endif @if (\request("show_ssr"))
@if (count($combinedInfo['ssr']))
@foreach($combinedInfo['ssr'] as $ssr)
{{ $ssr }} @endforeach @endif |
{{ $each->ssr_info }} | @endif @if (\request("show_bag")){{ $each->baggage_pcs }} | {{ $each->baggage_weight }} | @if ($each->tag_number) @php $tn = explode(";", $each->tag_number) @endphp @endif | @endif @if (\request("show_ib") || \request("show_ob") || \request("show_cs") || \request("show_ssr") || \request("show_bag")){{ $i + 1 }} | @endif