{!! 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')