@extends('layouts.app') @section('title', 'Table Management - Tiqkets') @section('page-title', 'Table Management') @section('header-action')
| Table ID | Name | Description | Min | Max | |
|---|---|---|---|---|---|
| {{ $table->table_code }} | {{ $table->table_name }} | {{ $table->description ?? '-' }} | {{ $table->min_capacity }} | {{ $table->max_capacity }} | |
No Tables FoundStart by adding your first table to manage your restaurant layout. |
|||||