New CPF Case
{{-- CLIENT --}}
Client
@if($client) {{-- Existing client (arrived from client profile) --}}
{{ $client->title ? $client->title . ' ' : '' }}{{ $client->name_first }} @if($client->name_middle) {{ $client->name_middle }} @endif {{ $client->name_last }}
@if($client->name_preferred)
Known as: {{ $client->name_preferred }}
@endif
@if($client->date_of_birth) DOB: {{ $client->date_of_birth->format('d/m/Y') }} @endif @if($client->phone_number) Phone: {{ $client->phone_number }} @endif @if($client->email_address) Email: {{ $client->email_address }} @endif @if($client->reference) Ref: {{ $client->reference }} @endif
View Client
@else {{-- New client fields --}}
@endif
{{-- CLAIM TYPE --}}
Claim Type *
@foreach(['bank' => 'Bank', 'fscs' => 'FSCS', 'fos' => 'FOS'] as $value => $label)
@endforeach
@error('claim_type')
{{ $message }}
@enderror
{{-- CASE IDENTITY --}}
Case Identity
{{-- CLAIM DETAILS --}}
Claim Details
@error('claim_subject')
{{ $message }}
@enderror
{{-- STATUSES --}}
Statuses
{{-- CLIENT IDENTIFIERS --}}
Client Identifiers
{{-- FLAGS --}}
Flags
@if($vulnerable_client_flag)
@endif @if($special_contact_requirements_flag)
@endif
{{-- SAVE --}}
Save CPF Case Cancel