show lead name in notifications
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<button type="submit" class="w-full text-left" <?php echo $clickButton; ?>>
|
||||
<div class="flex flex-col w-full p-2 rounded-md shadow" style="border: 3px solid #F5F4FFE8; <?php echo $notification_bg; ?>">
|
||||
<div class="flex flex-row place-items-center justify-between">
|
||||
<div class="flex flex-row place-items-center">🕑 Reminders for <?php echo $appt['name'].' '. $notification_batch; ?></div>
|
||||
<div class="flex flex-row place-items-center">🕑 Reminders for <?php echo $appt['lead_name'].' '. $notification_batch; ?></div>
|
||||
|
||||
<div><?php echo $appt['appt_date']; ?></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user