@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()->picture) {{auth()->user()->username}} @else @endif
{{auth()->user()?->username}}
{{auth()->user()?->email}}