@php use Illuminate\Support\Facades\Session; $currentLocale = Session::get('locale', app()->getLocale()); @endphp