@php $currentCode = session()->get('locale') ?? app()->getLocale(); @endphp @if($currentCode == "ar" || $currentCode == "ur") @elseif($currentCode == "hi") @else @endif @php $isRtl = in_array($currentCode, ['ar', 'ur']); $corePath = $isRtl ? 'admin_assets/vendor/css/rtl/' : 'admin_assets/vendor/css/'; @endphp @if($style == 'dark') @else @endif @yield('vendor-style') @yield('page-style')