W&T Wills & Trusts Cases
@can('wills-cases.create') New @endcan
@if($cases->isNotEmpty())
@foreach($cases as $case) @endforeach
Case # Fee Structure IFA Referred Opened Status
{{ $case->case_number ?? $case->displayId }} {{ $case->fee_structure ?? '—' }} @if($case->ifa_referred) Yes @else No @endif {{ $case->opened_at ? $case->opened_at->format('d/m/Y') : '—' }} @if($case->is_open) Open @else Closed @endif @can('edit', $case) @endcan
@else

No wills & trusts cases on record.

@endif