| Reference | Client | Status | Lead source | Created | {{ $kind === 'live' ? 'In status since' : 'Event date' }} | What counted |
|---|---|---|---|---|---|---|
| {{ $reference }} |
{{ $name !== '' ? $name : 'Client #' . $row->client_id }}
@if ($row->case_number)
APP {{ $row->case_number }}
@endif
|
{{ $row->status ?? '—' }} | {{ $row->lead_source ?? '—' }} | {{ $row->client_created_at ? \Illuminate\Support\Carbon::parse($row->client_created_at)->format('j M Y') : '—' }} |
@if ($eventAt)
{{ $eventAt->format('j M Y') }}
{{ $eventAt->diffForHumans() }}
@else
—
@endif
|
{{ $row->source ?? '—' }} @if ($unit === 'clients' && ($row->record_count ?? 1) > 1) ×{{ $row->record_count }} @endif |
| No files behind this figure @if ($search !== '') match “{{ $search }}”. @else — the metric is zero for this window. @endif | ||||||