@include('partials.head')
@include('partials.header')
@include('partials.cart_section')
@yield('content')
@stack('js')