@include('layouts.navigation')
{{-- Header --}}
← Back to Tables

Table Details

Information about this table

✏️ Edit
@csrf @method('DELETE')
{{-- Main Content --}}
{{-- Status Badge --}}
@if($table->status === 'available')
Available

Ready to use

@else
Occupied

Currently in use

@endif
{{-- Info Section --}}
{{-- Basic Info Card --}}
🪑

Basic Information

{{ $table->name }}

#{{ str_pad($table->id, 5, '0', STR_PAD_LEFT) }}

{{ $table->capacity }} persons

{{ ucfirst($table->status) }}

{{-- Metadata Card --}}
🕒

Metadata

{{-- Action Buttons --}}
✏️ Edit Table
{{-- CSS --}} {{-- JS --}}