@if($restaurant->operational_status === 'closed') @include('restaurant-closed', ['restaurant' => $restaurant]) @else {{ $restaurant->name }} - Dine-in & Pickup
@if($restaurant->logo) {{ $restaurant->name }} @else
{{ substr($restaurant->name, 0, 1) }}
@endif

{{ $restaurant->name }}

@if($restaurant->tagline)

{{ $restaurant->tagline }}

@endif
@if($restaurant->facebook_link || $restaurant->instagram_link || $restaurant->twitter_link)
@if($restaurant->facebook_link) @endif @if($restaurant->instagram_link) @endif @if($restaurant->twitter_link) @endif
@endif
@if($table && $activeOrder) @endif @if(($restaurant->is_waiter_request_enabled ?? false)) @endif @if($restaurant->google_review_link) @endif
@if($table)
Table {{ $table->table_code }} @if($activeOrder) • Active order @endif
@endif @if($restaurant->address)

{{ $restaurant->address }}

Tap to view on Google Maps

@endif
oFatoura Powered by oFatoura
Terms Privacy Refund
@endif