@include('front.inc.head')
@yield('content')
@yield('before_scripts') @stack('before_scripts') @include(backpack_view('inc.scripts')) @stack('before_after_scripts') @yield('after_scripts') @stack('after_scripts')