{{ $tranche->funder_name }} / {{ $tranche->tranche_name }}
| 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') }} |