logo
Notifications
@if (auth()->user()->notification()->where('read', 0)->count() > 0)
{{ auth()->user()->notification()->where('read', 0)->count() }} Unread
@endif
@if (auth()->user()->notification()->count() > 0)
@foreach (auth()->user()->notification()->latest()->limit(10)->get() as $notification)
@if (!$notification->read) unread messages @endif {{ ucwords($notification->title) }}
{{ limitText($notification->description, 20) }}
{{ $notification->created_at->diffForHumans() }}
@endforeach
@else

Hey! 👋
You have no any notifications

@endif View All
@if (auth()->user()->image) user-image @else user-image @endif
{{ auth()->user()->name }}
{{ auth()->user()->email }}
KYC Verification Profile Settings Help & Support
@csrf