@extends('theme::layouts.app') @section('content')

{{ content('hero','hero_title') }}

{{ content('hero','hero_des') }}

{{ content('hero','offer_title') }}

{{ env('APP_NAME') }}

{{ content('hero','hero_right_title') }}

{{ content('hero','hero_right_content') }}
@php $categories=\App\Category::where('type',2)->select('name','slug','avatar')->inRandomOrder()->take(20)->get(); @endphp @if(count($categories) > 0)

{{ content('category','category_title') }}

@endif @if(count($top_rated) > 0)

{{ content('best_restaurant','best_restaurant_title') }}

@endif @if(count($locations) > 0)

{{ content('city_area','find_city_title') }}

@foreach($locations as $key=> $row) @endforeach
@endif @if(count($features_resturent) > 0) @endif @endsection @push('js') @endpush