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