{{ session('success') }}
@endif
| Client | Status | Date & Time | Contact | Message | Actions |
|---|---|---|---|---|---|
|
{{ $booking->name }} {{ $booking->created_at->format('M d, Y') }} |
{{ $booking->date->format('M d, Y') }} {{ $booking->time_slot }} |
{{ $booking->email }} {{ $booking->phone }} |
{{ $booking->message ?? '-' }}
|
||
| No bookings found. | |||||
{{ $bookings->links() }}