@stack('seo') @stack('css')
@foreach($gtm_code as $gtm)
@endforeach @php $subtotal = Cart::instance('shopping')->subtotal(); @endphp
@foreach($menucategories as $scategory)
{{$scategory->name}}
@if($scategory->subcategories->count() > 0)
@endif
@foreach($scategory->subcategories as $subcategory)
{{$subcategory->subcategoryName}}
@if($subcategory->childcategories->count() > 0)
@endif
@foreach($subcategory->childcategories as $childcat)
{{$childcat->childcategoryName}}
@endforeach
@endforeach
@endforeach
{{ $settings['welcome_text'] }}
{{Cart::instance('shopping')->count()}}
{{ $settings['welcome_text'] }}
{{Cart::instance('shopping')->count()}}
TOTAL PRICE
{{$subtotal}} TK
@foreach ($menucategories as $scategory)
{{ $scategory->name }}
@if ($scategory->subcategories->count() > 0)
@endif
@if($scategory->subcategories->count() > 0)
@foreach ($scategory->subcategories as $subcat)
{{ Str::limit($subcat->subcategoryName, 25) }}
@if($subcat->childcategories->count() > 0)
@endif
@if($subcat->childcategories->count() > 0)
@foreach($subcat->childcategories as $childcat)
{{ $childcat->childcategoryName }}
@endforeach
@endif
@endforeach
@endif
@endforeach
@yield('content')
{!! Toastr::message() !!} @stack('script') @if(isset($eventIdg)) @else @endif