{{-- HEADER --}}
Status
{{-- CLAIM TYPE --}}
@can('edit', $pensionCase)
@endcan
{{-- CURRENT STATUS --}}
{{ $pensionCase->status->display_name ?? 'โ' }}
@if($claim_type !== $pensionCase->claim_type)
Changing to {{ strtoupper($claim_type) }}. Select a status from this
claim type's workflow below, then save.
@endif
{{-- STATUS SELECT --}}
{{-- OFFCANVAS : STATUS HISTORY --}}
@if($pensionCase->statusHistory->count())
@else
No status history recorded.
@endif
@if($showHistory)