@include('back.includes.header')
@include('back.includes.sidebar')
@yield('content-header')
@yield('content')
@include('back.includes.footer')
@include('back.includes.js')
@include('back.includes.flasher')
@stack('custom-scripts')
@stack('custom-js')