|
{!! $greeting !!}
A visitor has arrived and is waiting to meet you.
Please find the details below:
|
Visitor Name
|
{{ $visitor->name }}
|
|
Mobile Number
|
{{ $visitor->mobile_number }}
|
|
Company
|
{{ $visitor->company }}
|
|
Purpose of Visit
|
{{ $visitor->purpose_of_visit }}
|
|
Visit Time
|
{{ $visitor->created_at?->format('d-m-Y h:i A') }}
|
{!! $wishes !!}
|