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