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

Billiard Table Data

Resource for viewing and analyzing all data related to your store’s billiard tables.

Billiard Table
Add Table
@foreach ($table as $tables) @endforeach
Table Name Capacity Category Price Status Added Updated Action
Table Name Capacity Category Price Status Added Updated Action
{{ $tables->name }} {{ $tables->capacity }} {{ $tables->category }} {{ $tables->price }} {{ $tables->status }} {{ $tables->created_at }} {{ $tables->updated_at }}
@include('admin.logout')