staff members,senderid, documents,bug fixes, etc
This commit is contained in:
31
resources/views/emails/new-mno-notes.blade.php
Normal file
31
resources/views/emails/new-mno-notes.blade.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<!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 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>
|
||||
Reference in New Issue
Block a user