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