@php $direction = (app()->getLocale() == 'ar')?'rtl':'ltr'; @endphp @php $direction = (app()->getLocale() == 'ar')?'-rtl':''; @endphp {{settings('website_title',app()->getLocale())}} @if(auth()->user()->theme == 'dark') @endif @yield('style') @if(app()->getLocale() == 'ar') @endif @if(app()->getLocale() == 'ar') @endif
@yield('content')
@yield('script') @yield('final_script')