@include('head')
@include('sidebar')
@include('navbar')
@yield('content') @include('footer')