@php
$notifications_counter = Auth::user()->unreadNotifications()->count();
@endphp
Select a tab above to activate This blank page message helps protect your privacy, or you can show the first message here automatically through settings page
{{-- view all notifications--}}
{{ Auth::user()->first_name.' '.Auth::user()->last_name }}
{{ Auth::user()->email }}