32 lines
556 B
PHP
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>
|