28 lines
522 B
PHP
28 lines
522 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>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>
|