@include('backend.layout.header') @include('backend.layout.sidebar')
@yield('content')
@include('backend.layout.footer')