getLocale() === "ar") direction="rtl" dir="rtl" style="direction: rtl" @else direction="ltr" dir="ltr" style="direction: ltr" @endif> @yield('title', '') @php $faviconSetting = $cachedSettings->where('key', 'site_favicon')->first(); $faviconPath = ($faviconSetting && $faviconSetting->value && Storage::exists($faviconSetting->value)) ? Storage::url($faviconSetting->value) : null; @endphp @if ($faviconPath) @else @endif @if (app()->getLocale() === "ar") @else @endif @yield('styles')
@include('dashboard.layouts.partials.header')
@include('dashboard.layouts.partials.modals') @yield('scripts')