@php $channel = core()->getCurrentChannel(); $dark_theme = $channel->dark_theme ?? false; @endphp {{-- preloaded fonts --}} {{-- bootstrap --}} {{-- --}} {{-- bootstrap flipped for rtl --}} @if (core()->getCurrentLocale() && core()->getCurrentLocale()->direction == 'rtl') @endif {{-- mix versioned compiled file --}} @if ($dark_theme) @endif {{-- extra css --}} @stack('css') {{-- custom css --}} @if (!empty($customCssURL)) @elseif (!empty($embeddedCustomCss)) @endif