@livewireStyles @stack('css')
@php $currentLocale = app()->getLocale(); $targetLocale = $currentLocale === 'ar' ? 'en' : 'ar'; @endphp
{{ $currentLocale === 'ar' ? 'English' : 'العربية' }}
@yield('content') @livewireScripts @stack('scripts')