@include('partials.header') @include('partials.menu') @yield('sidebar')
@yield('main')
@include('partials.footer')
@yield('script')