@extends('home/layouts/master') @section('title', 'Booking') @section('style') @endsection @section('content') @if (!isset($data) || empty($data)) @endif @php // dd($data); $isEmirate = isset($data['airline']) && $data['airline'] === 'emirate'; $isFlyJinnah = isset($data['airline']) && $data['airline'] === 'flyjinnah'; $isPia = isset($data['airline']) && $data['airline'] === 'pia'; $isAirblue = isset($data['airline']) && $data['airline'] === 'airblue'; @endphp
  • Booking

  • Payment

  • Ticket

{{-- @dd($data, $totalFare, $tax) --}}
{{-- --}}
{{-- @dd($totalFare) --}}
@if (isset($data['isDirectBooking']) && !$data['isDirectBooking'])

Add-Ons

Seat
Meal
Baggage
{{--
Skip to payment
--}}
@endif

select a payment method

  • Secure Payments

  • Quick Refunds

  • Trusted by 10 lac customers

{{-- HBL --}}

Sasta Wallet

Login to access wallet.

Click continue to receive your customer ID

Please login to avail discounts on voucher codes.

By selecting to complete this booking, I acknowledge that I have read and accept the above Policy section containing Fare Rules & Restrictions, Terms of Use and Privacy Policy.

Sasta Wallet

Login to access wallet.

Click continue to receive your customer ID

Click continue to receive your customer ID

Click continue to receive your customer ID

Please login to avail discounts on voucher codes.

By selecting to complete this booking, I acknowledge that I have read and accept the above Policy section containing Fare Rules & Restrictions, Terms of Use and Privacy Policy.

{{-- --}} {{--
--}}

Thank You, !

You’re one step away from traveling to @if (isset($data) && !empty($data)) @if ($isEmirate) {{$data['flightDetails']['segments'][0]['flights']['Arrival']['AirportCode']['value'] ?? ''}} @elseif ($isFlyJinnah) {{$data['departureFlight']['destinationCode'] ?? ''}} @elseif ($isAirblue) {{$data['departure']['arrival']['airport'] ?? ''}} @else {{$data['departure']['arrival']['airport'] ?? ''}} @endif @endif !

Order ID:

Next Steps

Consumer ID: Please make a payment against Consumer ID:

Confirmation: You will receive an email with your e-ticket confirmation and a confirmation WhatsApp message once the payment is verified.

Excise Duty: Please add PKR 2,000 for excise duty on ticket prices above PKR 300,000.

Payment Help: Contact {{ config('variables.contact.phone') }} if you need assistance.

Traveler(s)

Price Summary

  • Departing

  • @if (isset($data) && !empty($data)) @if ($isEmirate)

    {{\Carbon\Carbon::parse($data['flightDetails']['segments'][0]['flights']['Departure']['Date']['value'])->format('d M Y') ?? ''}}

    @elseif ($isFlyJinnah)

    {{$data['departureFlight']['departureDate']}}

    @endif @endif

Tax

Price You Pay

Time Limits

Tax details

Show more

Service details

Show more

{{-- --}} @endsection @section('script') @if (isset($data) && !empty($data)) @if ($isEmirate) @elseif ($isFlyJinnah) @elseif ($isPia) @elseif ($isAirblue) @endif @endif @endsection