Powiadomienia @if ($this->unreadCount) @endif
@forelse ($this->notifications as $notification)
{{ $notification->data['message'] ?? '' }}
{{ $notification->created_at->diffForHumans() }}
@empty
Brak powiadomień
@endforelse