@include('layout.navbar') @include('layout.sidebar')
@yield('content')
@include('layout.footer')