@push('style') @endpush
@foreach ($restaurant->media->all() as $index => $media)
{{
@endforeach
{{-- Main content --}}

{{ ucfirst($restaurant->translations->first()->name) }}

@if ($restaurant->translations->first()->description)

{{ $restaurant->translations->first()->description }}

@endif
{{-- Operating Hours --}}

Operating Hours

@if ($restaurant->availabilities->count() == 0)

No operating hours available

@endif @foreach ($restaurant->availabilities->all() as $index => $schedule)
{{ $weekdays->firstWhere('id', $schedule->weekday_id)?->name ?? 'Unknown' }} {{ $schedule->start_time }} - {{ $schedule->end_time }}
@endforeach
{{-- Specifications --}} {{-- --}}

Specifications

wide cuisine range

200 guests

Halal

{{-- Booking Sidebar --}}
{{ __('messages.Reserve whole restaurant') }}

{{ __('messages.get in contact') }}

maybe a cancellation message?

@push('js') @endpush