@extends('layouts.frontend-layout') @section('content')

Restaurant Detail

@if($shops->gallery) @endif

{{ $shops->shop_name_logo->name }}

@if($shops->contacts) @foreach($shops->contacts as $key2) @if ($loop->index == 0) {{ $key2->address }} @endif @endforeach @endif

Go To Website @if($shops->category=="FOODCATERING") Reservation Now @else Order Now @endif

About Restaurant

Name :

{{ $shops->shop_name_logo->name }}

Phone Number : @foreach($shops->contacts as $key)

{{ $key->phone }}, {{ $key->phone2 }}

@endforeach
Email : @foreach($shops->contacts as $key)

{{ $key->email }}, {{$key->email2 }}

@endforeach
Address : @foreach($shops->contacts as $key)

{{ $key->address }}

@endforeach

Description

{{ $shops->shop_name_logo->short_description }}

{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

Your Rating :

--}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{--
  • --}} {{--
  • --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{-- --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--

Joy Cutler


--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- 4.5--}} {{--
--}} {{--
--}} {{--
--}} {{--

12 hours ago

--}} {{--
--}} {{--
--}} {{--

Morbi hendrerit ipsum vel feugiat maximus. Duis posuere justo neque, sit--}} {{-- amet--}} {{-- efficitur quam aliquam non. Integer gravida ex quis lacinia--}} {{-- consectetur.

--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- Tags :--}} {{-- Johnson, Jasica, Joy--}} {{-- William,--}} {{-- Johnson, Jass Singh, --}} {{-- and --}} {{-- 8 others

--}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--

Rock Smith

--}} {{--
--}} {{--
--}} {{--

2 hours ago

--}} {{--
--}} {{--
--}} {{--

Thank you

--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--

Rock Smith


--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- 4.5--}} {{--
--}} {{--
--}} {{--
--}} {{--

13 hours ago

--}} {{--
--}} {{--
--}} {{--

Duis posuere justo neque, sit amet efficitur quam aliquam non. Integer--}} {{-- gravida ex quis lacinia consectetur.

--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- Tags :--}} {{-- Johnson, Jasica, Joy--}} {{-- William,--}} {{-- Johnson, Jass Singh, --}} {{-- and --}} {{-- 8 others

--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

Our Location

@foreach($shops->contacts as $key2) @if ($loop->index == 0) @php $address = $key2->address @endphp @endif @endforeach
@endsection