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