Last {{ number_format($recentCount) }} entries
| Date | User | Activity type | Points | Lead | Description | Notes |
|---|---|---|---|---|---|---|
| {{ optional($activity->activity_date)->format('Y-m-d') ?? $activity->activity_date }} | {{ $userName !== '' ? $userName : '—' }} | {{ $activityTypeLabel }} |
{{ (int) $activity->points }}
@if ($activity->pointsStatusLabel() !== '')
{{ $activity->pointsStatusLabel() }}
@endif
|
@if ($activity->lead_id) #{{ $activity->lead_id }} — {{ $leadLabel }} @else — @endif |
{{ $descriptionCell !== '' ? $descriptionCell : '—' }}
|
@if ($hasStoredDescription)
{{ $notesCell }}
@endif
|
| No activities logged yet. | ||||||