@extends('layouts.customerDashboard') @section('sub_content')
| Order ID | Booking type | From | To | Order Date | Price | Status | |
|---|---|---|---|---|---|---|---|
| {{$booking->display_id}} | @else{{$booking->display_id}} | @endif{{$booking->booking_type}} | {{$booking->d_airport_code}} | {{$booking->a_airport_code}} | {{$booking->created_at}} | {{$booking->ib_total_fare}} | {{$booking->status}} |