Tranche Details

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

Back to Report
@php $highPct = $total > 0 ? ($highCount / $total) * 100 : 0; $lowPct = $total > 0 ? ($lowCount / $total) * 100 : 0; @endphp
High Priority {{ $highCount }} ({{ number_format($highPct, 1) }}%)
Low Priority {{ $lowCount }} ({{ number_format($lowPct, 1) }}%)
Showing {{ $clients->total() }} cases in this tranche
@foreach($clients as $client) @php $isHighPriority = ($client->date_of_birth?->age >= 68) || ($client->claim?->terminalIllness !== null); @endphp @endforeach
Client ID APP Number Priority Status Funded Amt Funded Date Redemption
{{ $client->displayId }} {{ $client->claim?->case_number ?? '-' }} @if($isHighPriority) High @else Low @endif {{ $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)->subDay()->format('d/m/Y') }}