26 lines
438 B
PHP
26 lines
438 B
PHP
<!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') }} Client Support Reminder <br></h2>
|
|
|
|
|
|
Hello Team<br>
|
|
<br>
|
|
|
|
<strong>Reminder Details</strong>
|
|
<br>
|
|
<em>{{ $alert_body }}</em>
|
|
|
|
<p>
|
|
Sincerely, <br>
|
|
Click Mobile ERP
|
|
</p>
|
|
</body>
|
|
</html>
|