@php $bookingDetails = json_decode($tempData->response); // print_R($bookingDetails); // die(); @endphp

Mobile No: {{$user->contact_no}}

Email: {{$user->email}}

E-Ticket

{{--

Ticketed

--}}

PNR: {{ $bookingDetails->Response->Response->PNR }}

@php $passengerDetail = $bookingDetails->Response->Response->FlightItinerary->Passenger; $segments = $bookingDetails->Response->Response->FlightItinerary->Segments; @endphp

Issuig Date: {{ $passengerDetail[0]->Ticket->IssueDate }}


Booking Number: {{ request()->get('q') }}
@if ($order->ib_pnr_no !='')
PNR (INBOUND): {{ $order->ib_pnr_no }}
@endif @if ($order->ob_pnr_no !='')
PNR (OUTBOUND): {{ $order->ob_pnr_no }}
@endif
Booking Date: {{ $order->d_date }}


Passenger Information
@foreach ($passengerDetail as $item) @endforeach
Passenger Name Passenger Type Ticket Number
{{ $item->Title . ' ' . $item->FirstName . ' ' . $item->LastName }} {{ $item->PaxType == 1 ? 'Adult' : ($item->PaxType == 2 ? 'Child' : 'Infant') }} {{ $item->Ticket->TicketNumber }}

Booking Summary Onward
@foreach($segments as $bookingKey => $segment) @endforeach
Flight Details Departure Arrival Status

{{$segment->Airline->AirlineName}}
{{$segment->Airline->FlightNumber}}
{{$segment->Origin->Airport->AirportName}} ({{$segment->Origin->Airport->CityName}})
{{date('d-m-Y H:i',strtotime($segment->Origin->DepTime))}}
Class: RR
Dep. Terminal : {{$segment->Origin->Airport->Terminal}}
{{$segment->Destination->Airport->AirportName}} ({{$segment->Destination->Airport->CityName}})
{{date('d-m-Y H:i',strtotime($segment->Destination->ArrTime))}}
Class: RR
Arr. Terminal : {{$segment->Destination->Airport->Terminal}}
Status : {{$segment->FlightStatus}}
@php $minutes = $segment->Duration; $hours = floor($minutes / 60); $min = $minutes - ($hours * 60); @endphp Duration :{{$hours."h :".$min ."m"}}
Baggage : {{$segment->Baggage}}
Payble Amount :

INR {{$order->grand_total == null ? $order->ib_total_fare + $order->ob_total_fare : $order->grand_total}}


Important Information
  • Passenger is requested to check-in 2hrs prior to scheduled depature.
  • All Passengers including children and infants, must present valid identity proof ( Passport / Pan Card / election card or any photo identity proof ) at check-in.
  • It is your responsibility to ensure you have the appropriate travel documents at all times.
  • Changes/Cancellations to booking must be made at least 5 hours prior to scheduled departure time or else should be cancelled directly from the respective airlines.
  • If any flight is cancelled or rescheduled by the airline authority, passenger is requested to get a stamped/endorsed copy of the ticket to process the refund.
  • Passenger travelling from Delhi on Indigo and Spice Jet will have to check-in at new Terminal.
  • Passenger travelling on Air India Express from Delhi and Mumbai, will have to check-in at International Airport.
  • For any cancellation or modification 4 hours before departure please call:
  • AIR INDIA: 011-24624074 / 1800 180 1407,JET AIRWAYS: 1800225522, SPICE JET: 0987 180 3333 / 0965 400 3333,
    GO AIR: 092 - 2322 - 2111 / 020 - 2566 - 2111, INDIGO AIRLINES: 09910383838, VISTARA: 1860 108 9999

NOTE : This is an Electronic ticket. Please carry a positive identification for Check in.

« Back to My Account