@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'])
@if (!@$combined)
@endif
@include('panel.inc.user')
@if (@$combined)
@endif
@yield('content')
@include('panel.inc.footer')
@stack('pre_script') @stack('script')