@include('admin::layouts.part.settings', [ 'layout' => $layout ?? 'vertical', 'topbarColor' => $topbarColor ?? 'light', 'sidebarColor' => $sidebarColor ?? 'dark', 'sidebarSize' => $sidebarSize ?? 'lg', 'sidebarImage' => $sidebarImage ?? 'none', 'layoutWidth' => $layoutWidth ?? 'fluid', 'preloader' => $preloader ?? 'disable', ]) @yield('title') @stack('meta') @include('admin::layouts.part.head') @yield('body') @include('admin::layouts.part.foot')