@stack('pre_css') @stack('css') @if (config('tabler.nav_type') == 'combined') @include('panel.inc.side_header') @endif
@include('panel.inc.header', ['combined' => config('tabler.nav_type') == 'combined'])
@yield('content')
@include('panel.inc.footer')
@stack('pre_script') @stack('script')