@include('template.css') @stack('css')
@include('template.header')
@include('template.sidebar')
@include('template.alert') @yield('content') @include('template.footer')
@include('template.js') @stack('js')