@include('layout.nav') @include('layout.sidebar')
@yield('headercontent')
@yield('content')
@yield('footer')