@if($alertaResumo['bloqueado'])
Bloqueio operacional ativo.
@foreach($alertaResumo['bloqueios'] as $bloqueio)
{{ $bloqueio['mensagem'] }}
@endforeach
@elseif($alertaResumo['tem_alertas'])
Alertas automáticos de vencimento.
@foreach($alertaResumo['alertas'] as $alerta)
{{ $alerta['mensagem'] }}
@endforeach
@else
Sem alertas operacionais para documentos e inspeções críticas.
@endif
@if($veiculo->motorista_atual)
{{ trim(($veiculo->motorista_atual->first_name ?? '') . ' ' . ($veiculo->motorista_atual->last_name ?? '')) }}
@else
Nenhum motorista alocado.
@endif