From aea402cd4ced7d118006eaadfaa50aced35c7f11 Mon Sep 17 00:00:00 2001
From: dhanabalan
@@ -30,15 +36,18 @@
-
+ {{--
Visitor Out Notification
+
--}}
+
+ {{ $entry->type === 'InterUnitStaff'
+ ? 'Employee Out Notification'
+ : 'Visitor Out Notification'
+ }}
- A visitor has checked out. Please find the details below: + 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 ?? '-' }} @@ -55,8 +64,11 @@ |
| + {{-- | Company + | --}} ++ {{ $entry->type === 'InterUnitStaff' ? 'Unit' : 'Company' }} | {{ $entry?->company ?? '-' }} |