multiple bug fixes including sender ID filtering
This commit is contained in:
36
resources/views/emails/holidays.blade.php
Normal file
36
resources/views/emails/holidays.blade.php
Normal 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>
|
||||
Reference in New Issue
Block a user