@php $unreadCount = \App\Models\Notification::where('is_read', 0) ->where(function($q) { $q->where('receiver_id', auth()->id()) ->orWhere('receiver_id', 0); }) ->count(); @endphp @if($unreadCount > 0) {{ $unreadCount }} @endif
@csrf
@csrf