| Claim Subject | {{ $pensionCase->claim_subject ?? '—' }} |
|---|---|
| Claim Basis | {{ $pensionCase->claim_basis ?? '—' }} |
| Priority | {{ $pensionCase->priority ?? '—' }} |
| Case Owner | {{ $pensionCase->case_owner ?? '—' }} |
| Claims Writer | {{ $pensionCase->claims_writer ?? '—' }} |
| File Investigator | {{ $pensionCase->file_investigator ?? '—' }} |
| Fee Structure | {{ $pensionCase->fee_structure ?? '—' }} |
| Account Name | {{ $pensionCase->account_name ?? '—' }} |
{{ $pensionCase->additional_claims_info }}
{{ $pensionCase->detail_of_outstanding_evidence }}
{{ $pensionCase->reasons_for_not_proceeding }}
| Date of Birth | @if($pensionCase->client->date_of_birth) {{ $pensionCase->client->date_of_birth->format('d/m/Y') }} ({{ $pensionCase->client->date_of_birth->age }}) @else — @endif |
|---|---|
| Additional Claims Info | {!! $pensionCase->additional_claims_info ? nl2br(e($pensionCase->additional_claims_info)) : '—' !!} |
| NI Number | {{ $pensionCase->national_insurance ?? '—' }} |
| CMC Reference | {{ $pensionCase->cmc_client_reference ?? '—' }} |
| Detail of Outstanding Evidence | {!! $pensionCase->detail_of_outstanding_evidence ? nl2br(e($pensionCase->detail_of_outstanding_evidence)) : '—' !!} |
| Underlying Investment | {{ $pensionCase->underlying_investment ?? '—' }} |
| Investment Library | {{ $pensionCase->investment_library ?? '—' }} |
| PCP Subject | {{ $pensionCase->pcp_subject ?? '—' }} |
| FSCS Contact Name | {{ $pensionCase->fscs_contact_name ?? '—' }} |
| FSCS Contact Ref | {{ $pensionCase->fscs_contact_reference ?? '—' }} |
| FSCS Reference | {{ $pensionCase->fscs_reference ?? '—' }} |
| Car Reg | {{ $pensionCase->car_reg ?? '—' }} |
| ATC | {{ $pensionCase->atc ?? '—' }} |
| TOB Issued By | {{ $pensionCase->tob_issued_by ?? '—' }} |
| SAR To | {{ $pensionCase->sar_to ?? '—' }} |
| SAR Received | {{ $pensionCase->sar_received_from ?? '—' }} |
| Lead Source | {{ $pensionCase->leadSource?->display_name ?? '—' }} |
| Lead Source CPF (legacy) | {{ $pensionCase->lead_source_cpf ?? '—' }} |
| Case Status | {{ $pensionCase->status?->display_name ?? '—' }} |
|---|---|
| Settlement Status | {{ $pensionCase->settlement_status ?? '—' }} |
| Bank Claim Status | {{ $pensionCase->bank_claim_status ?? '—' }} |
| FOS Claim Status | {{ $pensionCase->fos_claim_status ?? '—' }} |
| FSCS Claim Status | {{ $pensionCase->fscs_claim_status ?? '—' }} |
| Client Settlement Instruction | {{ $pensionCase->client_settlement_instruction ?? '—' }} |
| Reasons Not Proceeding | {{ $pensionCase->reasons_for_not_proceeding ?? '—' }} |
| Vulnerable Client 1 | @if($pensionCase->vulnerable_client_flag)Yes@elseNo@endif |
|---|---|
| Vulnerable Client 2 | @if($pensionCase->vulnerable_client_flag_2)Yes@elseNo@endif |
| Vulnerable Client Details 1 | {{ $pensionCase->vulnerable_client_details ?? '—' }} |
| Vulnerable Client Details 2 | {{ $pensionCase->vulnerable_client_details_2 ?? '—' }} |
| Special Contact Req. 1 | @if($pensionCase->special_contact_requirements_flag)Yes@elseNo@endif |
| Special Contact Req. 2 | @if($pensionCase->special_contact_requirements_flag_2)Yes@elseNo@endif |
| Special Contact Req. Details | {{ $pensionCase->special_contact_requirements_details ?? '—' }} |
| SMS Opt Out | @if($pensionCase->sms_opt_out)Yes@elseNo@endif |
| Do Not Contact | @if($pensionCase->do_not_contact)Yes@elseNo@endif |
| IFA Referred | @if($pensionCase->ifa_referred)Yes@elseNo@endif |
| Client In Dispute | @if($pensionCase->client_in_dispute)Yes@elseNo@endif |
| SAR Sent | @if($pensionCase->sar_sent)Yes@elseNo@endif |
| SAR Received | @if($pensionCase->sar_received)Yes@elseNo@endif |
| Fee Capping | @if($pensionCase->fee_capping_flag)Yes@elseNo@endif |
| ATC Received | @if($pensionCase->atc_received)Yes@elseNo@endif |
| Settlement to Date (Raw) | {{ $pensionCase->settlement_to_date_raw ?: '—' }} |
|---|---|
| Settlement to Date (New) | {{ $pensionCase->settlement_to_date_new ? '£'.number_format($pensionCase->settlement_to_date_new, 2) : '—' }} |
| Projected Future Settlement | {{ $pensionCase->projected_future_settlement ? '£'.number_format($pensionCase->projected_future_settlement, 2) : '—' }} |
| Quantum | {{ $pensionCase->quantum ? '£'.number_format($pensionCase->quantum, 2) : '—' }} |
| CPFC Fee % | {{ $pensionCase->cpfc_fee_percentage ? $pensionCase->cpfc_fee_percentage.'%' : '—' }} |
| CPFC Fee Total (Nett) | {{ $pensionCase->cpfc_fee_total_nett ? '£'.number_format($pensionCase->cpfc_fee_total_nett, 2) : '—' }} |
| Our Fees % (Raw) | {{ $pensionCase->our_fees_percentage_raw ?: '—' }} |