@include('css') @stack('css')
@include('header')
@yield('content') @include('footer')
@include('js') @stack('js')