pushed the onboarding module to production
This commit is contained in:
35
resources/views/emails/onboarding_completed.blade.php
Normal file
35
resources/views/emails/onboarding_completed.blade.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<!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') }} Client Onboarding Complete <br></h2>
|
||||
|
||||
|
||||
Hello Sam,<br>
|
||||
|
||||
<p>
|
||||
{{ $created_by }} has completed the Onboarding Process for <b> {{ $client }} </b>.</b>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<strong>Client Details</strong>
|
||||
<br>
|
||||
<p>Company Type :{{ $company_type }}</p>
|
||||
<p>country :{{ $country }}</p>
|
||||
<p>Company Type : {{ $company_type }}</p>
|
||||
<p>Contact Person :{{ $contact_person }}</p>
|
||||
<p>How we got the Client : {{ $how_we_got }}</p>
|
||||
|
||||
<p>
|
||||
Sincerely, <br>
|
||||
Click Mobile ERP
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user