pushed the onboarding module to production

This commit is contained in:
Kwesi Banson
2024-02-02 09:22:33 +00:00
parent 7a64019001
commit d4ab479e0c
9 changed files with 425 additions and 112 deletions

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