Which clients have had all their DSARs returned and can be progressed onwards
Clients with DSARs
Ready to Progress
With Outstanding
Needs Attention
| Client | Returned | Outstanding | Acknowledged | Oldest (days) | Status | |
|---|---|---|---|---|---|---|
|
{{ $row->client->fullName }}
@if($row->client->reference)
{{ $row->client->reference }}
@endif
|
|
@if($row->outstanding > 0) {{ $row->outstanding }} @else 0 @endif | @if($row->acknowledged > 0) {{ $row->acknowledged }} @else 0 @endif | {{ $row->oldest_age !== null ? $row->oldest_age : '—' }} | @if($row->ready) Ready to progress @else {{ $row->outstanding }} outstanding @if($row->failed > 0) {{ $row->failed }} failed @endif @endif | |
| No clients with DSARs found. | ||||||
No DSARs recorded.
Select a client to view their DSAR breakdown.
@endif