{{--
--}}
{{--
--}}
{{--
--}}
@yield('css')
×
{!! __('front_site.open_in_app') !!}
{!! __('front_site.install') !!}
{{ (session('st_name') != "") ? session('st_name') : "--" }}
@php $cart= getCart(customerId(),true,true); $cartItems=(!empty($cart))?$cart:[]; @endphp
@if(!authCustomer())
{{ __('front_site.login') }}
{{ __('front_site.signup') }}
@elseif(isGuestCustomer())
{{ __('front_site.login_as_guest') }}
{{ __('front_site.logout') }}
@elseif(authCustomer())
{{ __('front_site.my_account') }}
{{ __('front_site.dashboard') }}
{{ __('front_site.logout') }}
@endif @if(!isset($viewCartPage))
{{ __('front_site.my_order') }} |
{{ (count($cartItems) >0)?$cartItems['total_count']:0}}
@if(authCustomer() && isset($cartItems['items']) && (count($cartItems['items']) >0)) @foreach($cartItems['items'] as $items)
@if($items['is_half']==1)
@else
@endif
@php $variation=($items['variation_name'])?" - ".$items['variation_name']:''; @endphp @if($items['is_half']==1) @php $halfPizzaData=json_decode($items['item_json']); @endphp @if(!empty($halfPizzaData))
{{ $halfPizzaData[0]->item_name ." + ".$halfPizzaData[1]->item_name}}
@endif @else
{{ $items['name'] . $variation}}
@endif @if($items['is_half'] != 1)
{{ $items['description'] }}
@endif
{{ $items['extra_ing'] }}
@if($items['is_half'] == 1)
{!! __('front_site.half_pizza') !!}
@endif
@if($items['is_free']==1)
@else
@endif
{{ numberFormat($items['total_price']) }}
@endforeach
{{ __('front_site.view_cart')}}
@else
{{ __('front_site.cart_empty') }}
@endif
@endif
{{ siteLang(app()->getLocale()) }}
@foreach(siteLang() as $key => $lang)
{{ $lang }}
@endforeach
{{ siteLang(app()->getLocale()) }}
@foreach(siteLang() as $key => $lang)
{{ $lang }}
@endforeach
@if(!authCustomer())
{{ __('front_site.login') }}
{{ __('front_site.signup') }}
@elseif(isGuestCustomer())
{{ __('front_site.logout') }}
@else
{{ __('front_site.dashboard') }}
{{ __('front_site.logout') }}
@endif
{{ (count($cartItems) >0)?$cartItems['total_count']:0}}
@php $category = storeCategory(); $menuCategoryLink=(isset($isIndex))?"#c":url('/')."#c"; @endphp @if(count($category) > 0) @foreach($category as $detail)
{{ $detail['name'] }}
@endforeach @endif
{{ __('front_site.store') }}
@if (isset($sliders) && count($sliders)>0) @php $is_mobile = isMobile(); @endphp
@foreach ($sliders as $key => $row) @for($i=0; $i < $row->no_of_repeat; $i++) @if ($is_mobile)
@else
@endif @endfor @endforeach
@endif
@include('flash-message') @yield('content')
{!! __('front_site.copyright') !!}
Facebook
Instagram
{{--
--}}
×
...
×
{{ __('front_site.please_wait') }}
×
{{ __('front_site.please_wait') }}
{{ __('front_site.please_wait') }}
{{----}} @yield('script')