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