• {{$unreadNotificationsCount}}
    • Notifications
      • @foreach ($notifications as $notification)
      • {{$notification->message}}

        {{$notification->created_at->diffForHumans()}}
        @if($notification->is_read == false) @endif
      • @endforeach