@include('admin.topbar')
Billiard Table Data
Resource for viewing and analyzing all data related to your store’s billiard tables.
| Table Name |
Capacity |
Category |
Price |
Status |
Added |
Updated |
Action |
| Table Name |
Capacity |
Category |
Price |
Status |
Added |
Updated |
Action |
@foreach ($table as $tables)
| {{ $tables->name }} |
{{ $tables->capacity }} |
{{ $tables->category }} |
{{ $tables->price }} |
{{ $tables->status }} |
{{ $tables->created_at }} |
{{ $tables->updated_at }} |
|
@endforeach