36 lines
746 B
PHP
36 lines
746 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') }} 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>
|