@extends('admin/layouts/master') @section('title', 'Admin Dashboard') @section('style') @endsection @section('content')
| Serial No. | Order ID | Reference | Airline | Status | Type | Total | Created At |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $order->id }} | {{ $order->flight_booking_id ?? $order->order_id ?? '' }} | {{ $order->airline }} | {{ strtoupper($order->status) }} | {{ $order->type ?? '-' }} | {{ $order->total_price ?? 0 }} | {{ $order->created_at->format('d M Y h:i a') }} |