@include('layout.header')
@include('layout.sidebar')
@include('layout.navbar')
@yield('content') @include('layout.footer')
@stack('scripts')