@php $thisUrl = url()->current().'/'; if (app()->getlocale() == 'en') { $newUrl = str_replace('/en/', '/it/', $thisUrl); }else{ $newUrl = str_replace('/it/', '/en/', $thisUrl); } @endphp