All active DSARs awaiting response or action
| Client | Institution | Status | Sent | Days Outstanding | Latest Response | ||
|---|---|---|---|---|---|---|---|
| @if($dsar->is_flagged) @endif | {{ $dsar->claim?->client?->fullName ?? '—' }} | {{ $dsar->institution?->display_name ?? '—' }} | {{ ucwords($dsar->status) }} | {{ $dsar->created_at->format('d M Y') }} | @php $days = $dsar->created_at->diffInDays(now()); @endphp {{ $days }}d @if($days > 30) @endif | @if($dsar->latestResponse) {{ $dsar->latestResponse->typeLabel }} @else None @endif | View |
| No outstanding DSARs found. | |||||||