note highlights, Notes Emails, client edit
This commit is contained in:
27
resources/views/emails/new-notes.blade.php
Normal file
27
resources/views/emails/new-notes.blade.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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>New Notes Alert</h2>
|
||||
{{ date('F d, Y') }} <br>
|
||||
|
||||
Hello Sam,<br>
|
||||
|
||||
<p>
|
||||
{{ $created_by }} has added a new note entry to the client details of {{ $client }}.</b>
|
||||
</p>
|
||||
|
||||
<strong>Notes Details</strong>
|
||||
<p>{{ $notes_body }}</p>
|
||||
|
||||
<p>
|
||||
Sincerely, <br>
|
||||
Click Mobile ERP
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user