{{-- Vendor Styles --}} @yield('vendor-style') {{-- Theme Styles --}} {{-- {!! Helper::applClasses() !!} --}} @php $configData = Helper::applClasses(); @endphp {{-- Layout Styles works when don't use customizer --}} {{-- @if($configData['theme'] == 'dark-layout') @endif @if($configData['theme'] == 'semi-dark-layout') @endif --}} {{-- Page Styles --}} @if($configData['mainLayoutType'] === 'horizontal') @endif {{-- Page Styles --}} @yield('page-style') {{-- Laravel Style --}} {{-- Custom RTL Styles --}} @if($configData['direction'] === 'rtl') @endif