@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 Visit approval reminder

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') }}
@isset($approval_link)

You can review and update this approval here:
{{ $approval_link }}

@endisset

Thank you.

This is an automated message from the SmartPass system.