{{substr(@$restaurant->phone, 0,3)}}-{{substr(@$restaurant->phone, 3,3)}}-{{substr(@$restaurant->phone, 6,4)}}, @if(@$restaurant->customer_phone != null) {{substr(@$restaurant->customer_phone, 0,3)}}-{{substr(@$restaurant->customer_phone, 3,3)}}-{{substr(@$restaurant->customer_phone, 6,4)}} @endif
{{@$restaurant->customer_email}}

{{@$restaurant->title}}

@if(is_array($restaurant->locations) && count($restaurant->locations)>1) Order Online @else Order Online @endif
{{-- --}}
Who We Are
{{--

{{@$restaurant->subtitle}}

--}}

{{@$restaurant->description}}

@if(!empty($restaurant->website_gallery)) @endif @if(!empty($restaurant->review)) {{--
Testimonials

Why Customers Love Us

@foreach($restaurant->review as $data)
    

“{{@$data->review}}”

@if($data->customer_id == null) {{@$data->json_user['name']}} @else {{@$data->customer->name}} @endif
@endforeach
--}} @endif

Our Location

Contact Us

  • {{substr(@$restaurant->phone, 0,3)}}-{{substr(@$restaurant->phone, 3,3)}}-{{substr(@$restaurant->phone, 6,4)}}, @if(@$restaurant->customer_phone != null) {{substr(@$restaurant->customer_phone, 0,3)}}-{{substr(@$restaurant->customer_phone, 3,3)}}-{{substr(@$restaurant->customer_phone, 6,4)}} @endif
  • {{@$restaurant->customer_email}}
@if(!empty($restaurant->social_media_links)) @endif
@if((is_array(@$restaurant->locations) && count($restaurant->locations)<=1) || ($restaurant->locations == null)) @if($restaurant->timings->isNotEmpty())

We Are Open

    @foreach($weekMap as $wkey => $wval) @if(isset($restaurant->timings[$wkey]))

    {{$wval}} - @foreach($restaurant->timings[$wkey] as $val) @if($val->opening== 'off' || $val->closing == 'off') Closed
    @else {{date('h:i a',strtotime($val->opening))}} - {!!date('h:i a',strtotime($val->closing))!!}
    @endif @endforeach

    @endif @endforeach
{{-- Make a Reservation --}}
@endif @endif