@stack('css')
@include("Shop.layout.partials.header")
@yield('content')
@include("Shop.layout.partials.footer")
@stack('scripts') @if(Session::has('growl')) @endif @stack('js')