@if($restaurant->favicon) @endif
@if($restaurant->logo) {{ $restaurant->name }} @endif

{{ $restaurant->name ?? 'Restaurant' }}

We're Currently Closed

Thank you for your interest! We're temporarily closed and will be back soon.

@if($restaurant->closed_message)

Message from {{ $restaurant->name }}

{{ $restaurant->closed_message }}

@endif

Stay Connected

@if($restaurant->phone_number)
{{ $restaurant->phone_code }}{{ $restaurant->phone_number }}
@endif @if($restaurant->email)
{{ $restaurant->email }}
@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