@include('template_backend.navbar') @include('template_backend.sidebar')

@yield('heading')

@yield('content')
@include('template_backend.footer')