@auth

Notifications

{{ $notification_unread_count }}

    @forelse($notifications as $notification)
  • {{ $notification->data['message'] }}

    {{ $notification->created_at->diffForHumans() }}

  • @empty
  • No notifications available
  • @endforelse
View all Notifications
@endauth