@include('admin.css')
@include('admin.sidebar')
@include('admin.topbar')

Booking

Efficient tool for scheduling and managing all billiard table reservations in your store.

Billiard Table Reservations Tabel
Add Booking Order
@foreach ($booking as $bookings) @endforeach
Customer Name Billiard Table Category Date Start Time End Time Total Price Payment Method Payment Proof Status Created Updated Action
Customer Name Billiard Table Category Date Start Time End Time Total Price Payment Method Payment Proof Status Created Updated Action
{{ $bookings->customer_name }} {{ $bookings->table_name }} {{ $bookings->category }} {{ $bookings->booking_date }} {{ $bookings->start_time }} {{ $bookings->end_time }} {{ $bookings->price }} {{ $bookings->payment_method }} {{ $bookings->status }} {{ $bookings->created_at }} {{ $bookings->updated_at }}
@include('admin.logout')