@php $cartCount = isset($cart) ? $cart->count : cartCount(); $wishlistCount = wishlistCount(); @endphp @include('www.layouts.head') @stack('style') @if (config('app.env') == 'production') @endif
@includeWhen($header, 'www.layouts.header') @yield('content') @includeWhen($footer, 'www.layouts.footer')
@include('www.layouts.modals') @include('www.layouts.script') @stack('script')