@if(count($emergencyActions))
!
Emergency Actions
Immediate clinical attention required
{{ count($emergencyActions) }} ACTIONS
@foreach($emergencyActions as $action)
{{ $action }}
@endforeach
@endif