@extends('frontend.layouts.restaurent_app')
@push('meta')
@endpush
@push('body-data')
data-bs-spy="scroll" data-bs-target="#scrollspy-menu" data-bs-smooth-scroll="true"
@endpush
@section('main-content')
@if (!blank($restaurant->cuisines))
@foreach ($restaurant->cuisines as $cuisine)
{{ $cuisine->name }}
@if (!$loop->last)
,
@endif
@endforeach
@endif
@if ($restaurant->opening_time < $currenttime && $restaurant->closing_time > $currenttime)
@else
@endif
{{ $restaurant->name }}