{{ $restaurant->name }}

{{ $restaurant->tagline ?? 'Delicious food at your table' }}

Dine-in • Pickup • Great taste

@if($table && $activeOrder) @endif @if($table && ($restaurant->is_waiter_request_enabled ?? false)) @endif
@if($table)

Table {{ $table->table_code }}

@if($activeOrder)

Active order ready

@else

Ready to order

@endif
@endif