@if($restaurant->logo)
@else
@endif
{{ $restaurant->name }}
{{ $restaurant->tagline ?? 'Delicious food at your table' }}
Dine-in • Pickup • Great taste
Table {{ $table->table_code }}
@if($activeOrder)Active order ready
@elseReady to order
@endif