multiple bug fixes including sender ID filtering

This commit is contained in:
Kwesi Banson Jnr
2026-04-16 14:22:04 +00:00
parent 72180de8e4
commit 5dbe76dbd4
380 changed files with 175085 additions and 203 deletions

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<div class="">
<img src="{!! url('public/assets/img/click-banner.png') !!}" alt="Click Mobile Banner Logo">
</div>
<h2>{{ date('F d, Y') }} Upcoming Holidays <br></h2>
Hello Team,<br>
<p>
Kindly note the following Upcoming Holidays</b>.</b>
</p>
<br>
<br>
<strong>Holiday Details</strong>
@foreach ($holiday_arr as $row)
<br>
<hr>
<p>Name : {{ $row['name'] }}</p>
<p>country : {{ $row['country'] }}</p>
<p>Event Date : {{ $row['event_date'] }}</p>
@endforeach
<p>
Sincerely, <br>
Click Mobile ERP Team
</p>
</body>
</html>