@lang("{0} Non sono presenti notifiche|{1} C'รจ una notifica|[2,*] Ci sono :num notifiche", ['num' => 0])

@php $notifications = []; @endphp @foreach($notifications as $notification) {{$notification->name}} @endforeach
@if (Auth::hasUser()) {{auth()->user()->username}} @else @endif
{{auth()->user()?->getFullName()}}
{{auth()->user()?->email}}

@csrf