@extends('account.layout') @section('account_content')
View your past bookings
| Booking # | Date | Status | Total | Actions |
|---|---|---|---|---|
| #{{ $booking->confirmation_code }} | {{ $booking->booking_date?->format('M d, Y') }} | {{ ucfirst($booking->status) }} | ₹{{ number_format($booking->total_amount, 2) }} | View Invoice |
| No bookings found. | ||||