@php $direction = in_array(app()->getLocale(), $rtlLocales) ? 'rtl' : 'ltr'; $locale = app()->getLocale(); @endphp