@include('partials.head')
@include('partials.asside')
@include('partials.navbar')
@yield('content') @include('partials.footer')
@yield('scripts')