@extends('layouts.admin') @section('content')

Table Management Add, view and edit Table

@foreach($Counter as $Category) @endforeach
Shop Name Table Name Floor Name Capacity Action
{{$Category->ShopName}} {{$Category->TableName}} {{$Category->FloorName}} {{$Category->Capacity}}
@endsection