@if($client->claim()->exists()) @php($claim = $client->claim)
Submit Application

Send the application to the Scheme and a confirmation to the client.

@if($claim->app_sent_date)
Sent
{{ $claim->app_sent_date->format('d M Y') }}
@endif @can('communications.send.email') @endcan
@switch($activeTab) @case('personal-details') @break @case('care-settings') @break @case('contact-preferences') @break @case('confirm-identity') @break @case('beneficiary') @break @case('terminal-illness') @break @case('redress-type') @break @case('bank-details') @break @case('impact-factors') @break @case('further-information') @break @case('provisional-value') @break @endswitch
@else

Claim Info @can('claims.create') Create Claim @endcan

No claim found for this client.

Click the plus button above to start a new application.

@endif