@include('layouts.head')
@include('layouts.sidebar')
@include('layouts.navbar')
@yield('content') @include('layouts.footer')
@yield('scripts')