{{-- resources/views/emails/invite-approved.blade.php --}}
Hi {{ $visitor->full_name ?? 'there' }},
Your visit (ID: {{ $visit->id }}) has been approved.
@if(!empty($qrUrl))Show this QR code at the gate:
Schedule:
Start: {{ \Carbon\Carbon::parse($visit->scheduled_at)->format('Y-m-d H:i') }}
End: {{ \Carbon\Carbon::parse($visit->scheduled_to)->format('Y-m-d H:i') }}
Thanks,
SmartPass