note highlights, Notes Emails, client edit

This commit is contained in:
Kwesi Banson
2023-03-06 15:14:53 +00:00
parent ad0dd6a6e1
commit a8301660fc
9 changed files with 735 additions and 129 deletions

View 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>