{{--

Visitor Out Notification

--}}

{{ $entry->type === 'InterUnitStaff' ? 'Employee Out Notification' : 'Visitor Out Notification' }}

{!! $greeting !!}

A {{ $entry->type === 'InterUnitStaff' ? 'Employee' : 'Visitor' }} has checked out. Please find the details below:

{{-- --}} {{-- --}}
Visitor Name {{ $entry->type === 'InterUnitStaff' ? 'Employee Name' : 'Visitor Name' }} {{ $entry?->name ?? '-' }}
Mobile Number {{ $entry?->mobile_number ?? '-' }}
Company {{ $entry->type === 'InterUnitStaff' ? 'Unit' : 'Company' }} {{ $entry?->company ?? '-' }}
Purpose of Visit {{ $entry?->purpose_of_visit ?? '-' }}
No of Persons {{ $entry?->number_of_person ?? '-' }}
Out Time {{ $entry?->out_time?->format('d-m-Y h:i A') ?? '-' }}

{!! $wishes !!}

© {{ date('Y') }} {{ $company }}
Visitor Management System