@stack('head') @stack('css')
loader
Loading products...
logo
@if(request()->route()->uri == "/") @include('web.layout.home-header') @else @include('web.layout.header') @endif @yield('section') @include('web.layout.footer') @stack('js')