Table List
Add Table{{ session('success') }}
@endif
@if ($tables->count())
| ID | Table Number | Seats | Created At | Actions |
|---|---|---|---|---|
| {{ $table->id }} | {{ $table->table_number ?? 'N/A' }} | {{ $table->seats ?? 'N/A' }} | {{ $table->created_at ?? 'N/A' }} | Edit Delete |
No tables found.
@endif