@php $nexusPortalBase = 'https://nexus.humanittare.com.br'; $actionUrl = $nexusPortalBase.'/atestados/pendencias'; $greetingName = trim((string) ($recipientName ?? '')); $stepLabel = trim((string) ($stepName ?? '')); $message = trim((string) ($cert->correction_message ?? '')); $categories = is_array($cert->correction_categories ?? null) ? $cert->correction_categories : []; @endphp
|
NEXUS Correção solicitada no seu atestado |
|
@if($greetingName !== '') Olá, {{ $greetingName }}! @else Olá! @endif Seu atestado médico recebeu uma crítica e precisa ser ajustado antes de seguir no fluxo de aprovação. @if($stepLabel !== '')Etapa: {{ $stepLabel }} @endif @if(count($categories) > 0)Pontos indicados: {{ implode(' · ', $categories) }} @endif @if($message !== ''){{ $message }} @endifAcesse Pendências no portal para corrigir e reenviar. |
| CORRIGIR ATESTADO |