@extends('web.layout.default') @section('page_title') | {{ trans('labels.home') }} @endsection @section('content') @if (count($sliders) > 0)
@endif @if (count($banners['topbanners']) > 0)
@endif @if (count($getwhychooseus) > 0)

{{ helper::appdata()->why_choose_title }}

{{ helper::appdata()->why_choose_subtitle }}

{{ helper::appdata()->why_choose_description }}

@foreach ($getwhychooseus as $whychooseus)

{{ $whychooseus->title }}

{{ $whychooseus->subtitle }}

@endforeach
@endif @if (count(helper::get_categories()) > 0)

{{ trans('labels.categories') }}

{{ trans('labels.top_categories') }}

shape-img
shape-img
@endif @if (count($topitemlist) > 0) @endif @if (count($banners['bannersection1']) > 0)
@endif @if (helper::appdata()->online_table_booking == 1)

{{ trans('labels.book_table') }}

{{ trans('labels.make_reservation') }}

@csrf
table booking
@endif @if (count($todayspecial) > 0) @endif @if (count($banners['bannersection2']) > 0)
@endif

Reviews

@if (!empty(@helper::appdata()->mobile_app_image))

{{ @helper::appdata()->mobile_app_title }}

{{ @helper::appdata()->mobile_app_description }}
@if (!@helper::appdata()->android == '') @endif @if (!@helper::appdata()->ios == '') @endif
burger-shape
app-screen
@endif @if (count($recommended) > 0) @endif @if (count($banners['bannersection3']) > 0)
@endif @if (@helper::checkaddons('store_review')) @if (count($storereviews) > 0)

{{ trans('labels.reviews') }}

{{ trans('labels.store_reviews') }}

burger-shape
burger-shape
@endif @endif @if (count($getteams) > 0)
@foreach ($getteams as $teamdata)
{{ $teamdata->name }}

{{ $teamdata->designation }}

@endforeach
@endif @if (count($topdealsproduct) > 0 && $topdeals != null) @endif @if (count($getfaqs) > 0)
@foreach ($getfaqs as $key => $faqdata)

{{ $faqdata->description }}
@endforeach
@endif @if (@helper::checkaddons('blog')) @if (count($getblogs) > 0)

{{ trans('labels.latest_blogs') }}

{{ trans('labels.top_blogs') }}

@foreach ($getblogs as $bloglist) @include('web.blogs.blogview') @endforeach
@endif @endif @if (count($getgalleries) > 0) @endif @include('web.subscribeform') @endsection @section('scripts') @endsection