@include('layouts.header') @include('layouts.navbar') @include('layouts.sidebar')
@yield('content')
@include('layouts.footer')