@php App::setLocale(defaultLanguage()); @endphp @php $rtl = App\Language::where('code', App::getLocale())->first()->rtl; @endphp @php($cssNameFile = $rtl == true ? 'rtl' : 'ltr')