Files
click-erp/resources/views/emails/new-notes.blade.php
2023-04-17 20:25:52 +00:00

32 lines
556 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') }} New Notes Alert <br></h2>
Hello Sam,<br>
<p>
{{ $created_by }} has added a new note entry to the client details of <b> {{ $client }} </b>.</b>
</p>
<br>
<br>
<strong>Notes Details</strong>
<br>
<em>{{ $notes_body }}</em>
<p>
Sincerely, <br>
Click Mobile ERP
</p>
</body>
</html>