| Case Number | {{ $willsCase->case_number ?? '—' }} |
|---|---|
| REP | {{ $willsCase->rep ?? '—' }} |
| Case Owner | {{ $willsCase->case_owner ?? '—' }} |
| Drafting Contact | {{ $willsCase->drafting_contact ?? '—' }} |
| Products | @if($willsCase->products) {{ implode(', ', $willsCase->products) }} @else — @endif |
| Our Fee | {{ $willsCase->our_fee ?? '—' }} |
| Our Fee Status | {{ $willsCase->our_fee_status ?? '—' }} |
| AW&T Invoice Issued | {{ $willsCase->awt_invoice_issued_at?->format('d/m/Y') ?? '—' }} |
| External Draft Fee | {{ $willsCase->external_draft_fee ?? '—' }} |
| Fee Structure | {{ $willsCase->fee_structure ?? '—' }} |
| Occupation | {{ $willsCase->occupation ?? '—' }} |
| National Insurance | {{ $willsCase->national_insurance ?? '—' }} |
| IFA Referred | @if($willsCase->ifa_referred) Yes @else No @endif |
| Date of Birth | @if($willsCase->client->date_of_birth) {{ $willsCase->client->date_of_birth->format('d/m/Y') }} ({{ $willsCase->client->date_of_birth->age }}) @else — @endif |
|---|---|
| NI Number | {{ $willsCase->national_insurance ?? '—' }} |
| Case Number | {{ $willsCase->case_number ?? '—' }} |
| Occupation | {{ $willsCase->occupation ?? '—' }} |
| Fee Structure | {{ $willsCase->fee_structure ?? '—' }} |
| IFA Referred | @if($willsCase->ifa_referred) Yes @else No @endif |
| Date/Time Opened | {{ $willsCase->opened_at ? $willsCase->opened_at->format('d/m/Y H:i') : '—' }} |
|---|---|
| Date/Time Closed | {{ $willsCase->closed_at ? $willsCase->closed_at->format('d/m/Y H:i') : '—' }} |
| IFA Referred Date | {{ $willsCase->ifa_referred_date ? $willsCase->ifa_referred_date->format('d/m/Y') : '—' }} |
| AW&T Invoice Issued | {{ $willsCase->awt_invoice_issued_at?->format('d/m/Y') ?? '—' }} |
| Welcome Letter Sent | {{ $willsCase->welcome_letter_sent_at?->format('d/m/Y') ?? '—' }} |
| Introduction Call | {{ $willsCase->introduction_call_at?->format('d/m/Y') ?? '—' }} |
| Trust Docs Instructed | {{ $willsCase->trust_docs_instructed_at?->format('d/m/Y') ?? '—' }} |
| In House Instructed | {{ $willsCase->in_house_instructed_at?->format('d/m/Y') ?? '—' }} |
| Drafts Received | {{ $willsCase->drafts_received_at?->format('d/m/Y') ?? '—' }} |
| Drafts Issued to Client | {{ $willsCase->drafts_issued_to_client_at?->format('d/m/Y') ?? '—' }} |
| Master Copies Signed | {{ $willsCase->master_copies_signed_at?->format('d/m/Y') ?? '—' }} |
| Master Copies Received | {{ $willsCase->master_copies_received_at?->format('d/m/Y') ?? '—' }} |
| Date on Document Signed | {{ $willsCase->date_on_document_signed?->format('d/m/Y') ?? '—' }} |
| Client Letters from HMRC | {{ $willsCase->client_letters_from_hmrc_at?->format('d/m/Y') ?? '—' }} |
| Annual Minutes Task Set | {{ $willsCase->annual_minutes_task_set_at?->format('d/m/Y') ?? '—' }} |
| Intro Call By | {{ $willsCase->intro_call_by ?? '—' }} |
|---|---|
| Docs Outstanding from Reps | {{ $willsCase->docs_outstanding_from_reps ?? '—' }} |
| Documents Requiring Registration | @if(is_null($willsCase->documents_requiring_registration)) — @elseif($willsCase->documents_requiring_registration) Yes @else No @endif |
|---|
None selected.
@endifNone selected.
@endif