@php $locale = app()->getLocale(); $isRtl = $locale === 'ar'; $dir = $isRtl ? 'rtl' : 'ltr'; $textAlign = $isRtl ? 'right' : 'left'; $textAlignEnd = $isRtl ? 'left' : 'right'; @endphp {{-- Arabic Font Support --}} @if($isRtl) @endif