@include('layouts.head') @include('partials.navbar') @include('partials.sidebar')
@yield('container')
@include('layouts.footer')