@include('layouts.header') @include('layouts.sidebar')
@yield('content')
@yield('customScripts') @stack('scripts')