diff --git a/resources/views/vendor/starter-kit/layouts/adminlayout.blade.php b/resources/views/vendor/starter-kit/layouts/adminlayout.blade.php index 3fde7a8..d8954f7 100755 --- a/resources/views/vendor/starter-kit/layouts/adminlayout.blade.php +++ b/resources/views/vendor/starter-kit/layouts/adminlayout.blade.php @@ -15,6 +15,9 @@ @if($lang !== null && $lang->rtl) isRtl = true; @endif + @if(config('app.xlang_main') == 'fa' || config('app.xlang_main') == 'ar') + isRtl = true; + @endif @yield('header-content')