@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 aguardando aprovação |
|
@if($greetingName !== '') Olá, {{ $greetingName }}! @else Olá! @endif @if($collaboratorName !== '') Há um atestado médico aguardando sua análise referente a {{ $collaboratorName }}. @else Há um atestado médico aguardando sua análise. @endif @if($stepLabel !== '')Etapa atual do fluxo: {{ $stepLabel }}. @endifAcesse o portal Nexus para visualizar e dar continuidade à aprovação. |
| VER ATESTADO |