{{-- Vendor Styles --}} @yield('vendor-style') {{-- Theme Styles --}} @php $configData = Helper::applClasses(); @endphp @if(str_replace('_', '-', app()->getLocale()) == 'ar' ) {{-- 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 --}} @else {{-- 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 --}} @endif {{-- --}}