{{-- HEADER --}}
Claim Status
@can('claims.status.view')
@endcan
{{-- CURRENT STATUS --}}
{{ $claim->status->display_name ?? '—' }}
{{-- STATUS EDIT --}}
@can('claims.status.edit')
{{-- UPDATE BUTTON --}}
@endcan
{{-- OFFCANVAS : STATUS HISTORY --}}
@if($claim->statusHistory->count())
@else
No status history recorded.
@endif
{{-- BACKDROP --}}
@if($showHistory)