@stack('css')
@include('components.header') @include('components.sidebar')
@yield('content')
@include('components.footer')
@stack('scripts')