getLocale() == 'ar' || app()->getLocale() == 'fa')
{{-- Arabic or Persian --}}
dir="rtl"
@else
dir="ltr"
@endif
{{-- Default to LTR --}}
lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@vite(['resources/js/app.ts','resources/sass/app.css'])
{{-- Dirty work around but hey, backward compatibility... --}}
@if(Features::active('legacy_v4_redirect'))
@endif
{{-- End of work around... --}}
@if(resolve(\App\Repositories\ConfigManager::class)->getValueAsBool('dark_mode_enabled'))
@else
@endif
@include('includes.svg')