@php $visitorName = $visitor_name ?? 'Visitor'; $visitorEmail = $visitor_email ?? 'N/A'; $visitorCompany = $visitor_company ?? 'N/A'; $hostName = $host_name ?? 'N/A'; $purpose = $purpose ?? 'Visit'; $stepLabel = $step_label ?? 'Approval'; @endphp
Hi {{ $approver_name ?? 'there' }},
This is a friendly reminder that the following visitor is awaiting your approval for step {{ $stepLabel }}.
| Visitor name: | {{ $visitorName }} |
| Visitor email: | {{ $visitorEmail }} |
| Company: | {{ $visitorCompany }} |
| Host: | {{ $hostName }} |
| Purpose: | {{ $purpose }} |
| Visit ID: | #{{ $visit_id }} |
| Requested at: | {{ optional($created_at)->format('Y-m-d H:i') }} |
You can review and update this approval here:
{{ $approval_link }}
Thank you.
This is an automated message from the SmartPass system.