Tranche Details

{{ $tranche->funder_name }} / {{ $tranche->tranche_name }}

Back to Report
Showing {{ $clients->total() }} cases in this tranche
@foreach($clients as $client) @php $isHighPriority = ($client->date_of_birth?->age >= 68) || $client->terminalIllness !== null; @endphp @endforeach
Client ID APP Number Priority Status Funded Amt Funded Date Redemption
{{ $client->displayId }} {{ $client->claim?->case_number ?? '-' }} {{ $isHighPriority ? 'High' : 'Low' }} {{ $client->claim?->status?->display_name ?? 'Unknown' }} £{{ number_format($tranche->amount_per_case, 2) }} {{$tranche->funded_date->format('d/m/Y') }} {{ $tranche->funded_date->addMonths(12)->format('d/m/Y') }}