@php $nexusPortalBase = 'https://nexus.humanittare.com.br'; $certId = (int) ($cert->id ?? 0); $actionUrl = $certId > 0 ? $nexusPortalBase.'/atestados/aprovar/'.$certId : $nexusPortalBase; $collaboratorName = trim((string) ($cert->name ?? '')); $stepLabel = trim((string) ($stepName ?? '')); $greetingName = trim((string) ($recipientName ?? '')); @endphp
|
NEXUS Atestado corrigido e reenviado |
|
@if($greetingName !== '') Olá, {{ $greetingName }}! @else Olá! @endif @if($collaboratorName !== '') O colaborador {{ $collaboratorName }} corrigiu e reenviou o atestado que você havia criticado. @else O colaborador corrigiu e reenviou o atestado que você havia criticado. @endif @if($stepLabel !== '')Retorne à análise na etapa: {{ $stepLabel }}. @endifAcesse o portal Nexus para revisar e dar continuidade à aprovação. |
| REVISAR ATESTADO |