{{@$restaurant->name}}

{{@$restaurant->subtitle}}

Place Order @if($restaurant->link['url']!=null && $restaurant->link['text']!=null) {{@$restaurant->link['text']}} @endif
@if(is_array($restaurant->featured_food)) @endif
@if($restaurant->description!=null)

About Us

{{@$restaurant->description}}

Order Online
@endif
@if($restaurant->review->isNotEmpty())

Reviews

Happy Customers

@foreach($restaurant->review as $data) @if($restaurant->review!=null && $data->rating>=4)
{{substr(@$data->customer->name,0,1)}}

{{@$data->customer->name}}

{{@$data->review}}

@endif @endforeach
@endif
@if((is_array(@$restaurant->locations) && count($restaurant->locations)<=1) || ($restaurant->locations == null))
@if($restaurant->timings->isNotEmpty())

Business Hours

    @foreach($weekMap as $wkey => $wval)

    {{$wval}}

    @if(isset($restaurant->timings[$wkey])) @foreach($restaurant->timings[$wkey] as $val)

    @if($val->opening== 'off' || $val->closing == 'off') Off @else {{date('h:i a',strtotime($val->opening))}} - {!!date('h:i a',strtotime($val->closing))!!} @endif

    @endforeach @endif

    @endforeach
@endif
@endif @if(@$restaurant->eventdata->isNotEmpty())

Events

@foreach($restaurant->eventdata as $key => $event)

{{$event->title}}

{{$event->description}}

@endforeach
@endif

Theme Color

Theme Font

Poppins Lato Oswald Merriweather Overlock

Theme Color