@extends('layouts.app') @section('title', 'Table Layout Setup - Tiqkets') @section('page-title', 'Table Layout Setup') @section('content')
@if (session('success')) @endif @if (session('error')) @endif
Advanced Seating Mode

You are currently in Advanced Seating Mode. You can manage table layouts, capacities, and configurations.

Table Layout Management Advanced Mode
@if ($tables->count() > 0)
@foreach ($tables as $table) @endforeach
Table Code Table Name Description Min Capacity Max Capacity Actions
{{ $table->table_code }} {{ $table->table_name }} {{ $table->description ?? 'N/A' }} {{ $table->min_capacity }} {{ $table->max_capacity }}
@else
No Tables Found

Start by adding your first table to manage your restaurant layout.

@endif
@endsection @push('scripts') @endpush