@csrf @php $currentLocale = app()->getLocale(); $targetLocale = $currentLocale === 'bg' ? 'en' : 'bg'; $currentUrl = request()->route('url') ?? ''; // $currentLocale = request()->route('locale') ?? default_locale(); @endphp