bug fixes, mno,client contract renewals, scheduling
This commit is contained in:
25
resources/views/emails/renewal-alert.blade.php
Normal file
25
resources/views/emails/renewal-alert.blade.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<!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') }} Contract Renewal Alert <br></h2>
|
||||
|
||||
|
||||
Hello Team<br>
|
||||
<br>
|
||||
|
||||
<strong>Renewal Details</strong>
|
||||
<br>
|
||||
<em>{{ $alert_body }}</em>
|
||||
|
||||
<p>
|
||||
Sincerely, <br>
|
||||
Click Mobile ERP
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user