Conversion, redress, APP number and identity-document milestones for every converted client.
| Reference Number | Client Name | Conversion Date | Date Sent to Redress | Initial Call Audit | 14-Day Cancellation Rights Expiry | Estimated APP Number Received Date | APP Number Received | POA/POI Received | Assigned Tranche |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row['reference'] }} |
{{ $row['name'] }}
@if($savedClientId === $row['client']->id)
Corrections saved
@endif
@can('reports.conversions.edit')
@endcan
|
{{ $row['conversion_date']->format('d M Y') }}
Converted
|
@if($row['redress_date'])
{{ $row['redress_date']->format('d M Y') }}
Application emailed
@else
Not sent
@endif
|
@if($row['audit_passed'] === true)
Pass
@elseif($row['audit_passed'] === false)
Fail
@else
Pending
@endif
@if($row['audit_is_manual'])
Manual correction
@endif
|
{{ $row['cancellation_expiry']->format('d M Y') }}
{{ $row['cancellation_expiry']->isFuture() ? $row['cancellation_expiry']->diffForHumans() : 'Expired' }}
|
@if($row['estimated_app_date'])
{{ $row['estimated_app_date']->format('d M Y') }}
@if($estimatedAppOverdue)
Overdue
@else
{{ $row['estimated_app_days'] }}-day cumulative average
@endif
@else
Awaiting send date
@endif
|
@if($row['app_number_received_at'])
{{ $row['app_number_received_at']->format('d M Y') }}
@elseif($row['app_number'])
Date unavailable
@else
Not received
@endif
@if($row['app_number'])
APP: {{ $row['app_number'] }}
@endif
|
@if($row['identity_received'])
Yes
@if($row['identity_received_at'])
{{ $row['identity_received_at']->format('d M Y') }}
@endif
@else
No
@endif
|
@if($row['tranche']) {{ $row['tranche'] }} @else Unassigned @endif |
| No converted clients found. | |||||||||