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

Greetings & Welcome

Scroll down for Restaurants & Menu

Welcome To Our Restaurants

We are delighted to introduce our all branches and the menu for your upcoming event to be held at one of our sister concern. The X-group Chain Restaurants is renowned for its delicious, mouth-watering foods and best possible customer services. We look forward to welcome you soon at any of our branches to have lunch, dinner or party.

{{--

Greetings & Welcome

We are delighted to introduce our all branches and the menu for your upcoming event to be held at one of our sister concern. The X-group Chain Restaurants is renowned for its delicious, mouth-watering foods and best possible customer services. We look forward to welcome you soon at any of our branches to have lunch, dinner or party.

Scroll down for Restaurants & Menu

--}} @foreach($shops as $key) @if($key->shop_name_logo && $key->about && $key->contacts && $key->gallery )
@if($loop->index%2==0)
{{ $key->shop_name_logo->name }}

{{ $key->about->short_description }}

{!! $key->about->description !!}

Check out our popular menus>>
@foreach ($key->gallery as $glry) @if($loop->index <= 3) @endif @endforeach
@else
{{ $key->shop_name_logo->name }}

{{ $key->about->short_description }}

{!! $key->about->description !!}

Check out our popular menus>>
@foreach ($key->gallery as $glry) @if($loop->index <= 3) @endif @endforeach
@endif
@endif @endforeach @endsection