@php $currentLang = session()->get('user.language', config('app.locale')); $rtlLangs = config('constants.langs_rtl', []); if (! is_array($rtlLangs)) { $rtlLangs = []; } $rtlLangs = array_unique(array_merge($rtlLangs, ['fa'])); @endphp Module Repair {{-- Laravel Mix - CSS File --}} {{-- --}} @yield('content') {{-- Laravel Mix - JS File --}} {{-- --}}