{!! includeFavicon() !!} {!! includeFonts() !!} @foreach(getGlobalAssets('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getVendors('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach {{addCssFile('assets/css/custom_css.css')}} @foreach(getCustomCss() as $path) {!! sprintf('', asset($path)) !!} @endforeach @yield('custom_css') @stack('custom_css') @include('partials/theme-mode/_init')
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/sidebar-layout/_header')
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/sidebar-layout/_sidebar')
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/sidebar-layout/_toolbar')
@include('partials/vendor/flash/message-alert') @yield('content') @include('partials/_drawers') @include('partials/_modals') @include('partials/_scrolltop')
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/sidebar-layout/_footer')
@foreach(getGlobalAssets() as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getVendors('js') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getCustomJs() as $path) {!! sprintf('', asset($path)) !!} @endforeach @if(app()->getLocale() == 'ar') @endif @yield('custom_js') @stack('custom_js')