@include('partials.header')
@include('partials.sidebar')
@yield('content')
@include('partials.footer')
@include('flashy::message') @stack('scripts') @yield('js')