@extends('website.layouts.master') @section('content')
@if ($menuCategories)

@lang('header.menuopen')

@endif @if ($discounts)
@endif

@lang('header.mostpopular')

@lang('header.popularnote')

@lang('header.orderonline')

@lang('header.fewmin')

@lang('header.ordernow')
{{-- --}} {{-- --}}
@if (Auth::guard('client')->check() && isset($lastOrder) && !$rate) @endif @if (Auth::guard('client')->check() && $notifications->isNotEmpty()) @endif @include('website.cart.cart-modal') @endsection