upgraded new changes

This commit is contained in:
Inshal
2024-10-27 02:14:52 +05:00
parent 2ba27c9ba8
commit c22c3b1e98
41 changed files with 443 additions and 253 deletions

View File

@@ -322,8 +322,8 @@
<div class="content">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader">This is preheader text. Some clients will show this text as a
preview.</span>
<span class="preheader">This is just a friendly reminder that you have an upcoming virtual appointment
scheduled for.</span>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="main">
<!-- START MAIN CONTENT AREA -->
@@ -337,7 +337,7 @@
{{ $appointment->timezone }}
</p>
<p>To ensure a smooth visit, please log into your {{$setting->domain_name}} account at least 10 minutes prior to your appointment time.</p>
<p> You can access your account via our <a href="https://app.youngerlivingnow.com/login">{{$setting->domain_name}}</a>.</p>
<p> You can access your account via our <a href="{{config('app.url')}}">{{$setting->domain_name}}</a>.</p>
<P>Please have the following ready for your appointment:</P>
<div>✔️ A quiet, private space to ensure privacy</div>
<div>✔️ A list of any new symptoms or health updates since your last visit</div>

View File

@@ -349,7 +349,7 @@
<p>By confirming your email, you'll gain full access to all the features and benefits of our platform.</p>
<p>If you didn't create an account with us, please disregard this email.</p>
Thank you,
<p>HGH Team</p>
<p>{{config('app.name')}} Team</p>
</td>
</tr>
@@ -361,7 +361,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block powered-by">
© Copyright 2024, HGH. All Rights Reserved. </a>
© Copyright 2024, {{config('app.name')}}. All Rights Reserved. </a>
</td>
</tr>
</table>

View File

@@ -342,7 +342,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block powered-by">
© Copyright 2024, {{$setting->footer_text}} </a>
© Copyright 2024 {{config('app.name')}} , {{$setting->footer_text}} </a>
</td>
</tr>
</table>

View File

@@ -266,6 +266,7 @@
.btn table {
max-width: 100% !important;
width: 100% !important;
}
.btn a {
@@ -362,7 +363,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block powered-by">
© Copyright 2024, {{$setting->footer_text}} </a>
© Copyright 2024 {{config('app.name')}}, {{$setting->footer_text}} </a>
</td>
</tr>
</table>

View File

@@ -322,8 +322,8 @@
<div class="content">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader">This is preheader text. Some clients will show this text as a
preview.</span>
<!-- <span class="preheader">This is preheader text. Some clients will show this text as a
preview.</span> -->
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="main">
<!-- START MAIN CONTENT AREA -->

View File

@@ -164,9 +164,9 @@
<tr>
<td style="padding-right: 0px;padding-left: 0px;" align="center">
<img align="center" border="0" src="{{ url('assets/email-template/registration/logo.png') }}" alt="" title="{{config('app.name')}} logo" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: 100px;float: none;width: 100px;max-width: 290px;" width="290" class="v-src-width v-src-max-width" />
<img align="center" border="0" src="{{ url('assets/logo/logo-peptied-web.webp') }}" alt="" title="{{config('app.name')}} logo" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;float: none;max-width: 290px;" class="v-src-width v-src-max-width" />
</td>
</td>
</tr>
</table>
@@ -265,7 +265,7 @@
<td class="v-container-padding-padding" style="overflow-wrap:break-word;word-break:break-word;padding:10px 40px 40px;font-family:arial,helvetica,sans-serif;" align="left">
<div style="font-family: Quicksand; font-size: 14px; line-height: 140%; text-align: justify; word-wrap: break-word;">
<p style="line-height: 140%;">Dear abc </p>
<p style="line-height: 140%;">Dear {{ $patient->first_name }} {{ $patient->last_name }}, </p>
<p style="line-height: 140%;"> </p>
<p style="line-height: 140%;">Welcome to {{config('app.name')}} We're delighted to have you join our community dedicated to health and wellness through {{config('app.name')}} therapy.<br /><br /></p>
<p style="line-height: 140%;">Thank you for registering your account with us. This email confirms that your account has been successfully created. You're now part of a vibrant community where you'll find valuable resources and support for your health journey.<br /><br /></p>
@@ -308,7 +308,7 @@
<td class="v-container-padding-padding" style="overflow-wrap:break-word;word-break:break-word;padding:30px;font-family:arial,helvetica,sans-serif;" align="left">
<div style="font-family: Quicksand; font-size: 14px; line-height: 140%; text-align: justify; word-wrap: break-word;">
<p style="line-height: 140%;">We're excited to accompany you on your journey toward better health and vitality. If you have any questions about your account or how to get started with {{config('app.name')}} therapy, please feel free to contact us at <a rel="noopener" href="{{config('app.url')}}" target="_blank">support@{{config('app.name')}}.com</a>.</p>
<p style="line-height: 140%;">We're excited to accompany you on your journey toward better health and vitality. If you have any questions about your account or how to get started with {{config('app.name')}} therapy, please feel free to contact us at <a rel="noopener" href="{{config('app.url')}}" target="_blank">support@rejuvallife.com</a>.</p>
<p style="line-height: 140%;"><br /><br />Thank you for choosing {{config('app.name')}} . Here's to your health and well-being!</p>
<p style="line-height: 140%;"> </p>
<p style="line-height: 140%;">Best regards,</p>

View File

@@ -327,8 +327,8 @@
<div class="content">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader">This is preheader text. Some clients will show this text as a
preview.</span>
<!-- <span class="preheader">This is preheader text. Some clients will show this text as a
preview.</span> -->
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="main">
<!-- START MAIN CONTENT AREA -->
@@ -342,7 +342,7 @@
<p>Date: {{ $appointment->appointment_date }}</p>
<p>Time: {{ $appointment->appointment_time }}</p>
{{-- <p>Meeting Link: [Include Meeting Link ]</p> --}}
<p>Click on the meeting link provided above or login to your HGH portal and join the
<p>Click on the meeting link provided above or login to your {{config('app.name')}} portal and join the
meeting.</p>
<p>Ensure your audio and video settings are configured correctly.</p>
<p>Agenda:</p>
@@ -374,7 +374,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block powered-by">
© Copyright 2024, HGH. All Rights Reserved. </a>
© Copyright 2024, {{config('app.name')}}. All Rights Reserved. </a>
</td>
</tr>
</table>

View File

@@ -373,14 +373,14 @@
<p style="line-height: 140%; text-align: justify;">
<span
style="font-family: Quicksand; line-height: 19.6px;">To
ensure a smooth visit, please log into your HGH
ensure a smooth visit, please log into your {{config('app.name')}}
account at least 10 minutes prior to your
appointment time.</span><br /><br /></p>
<p style="line-height: 140%; text-align: justify;">
<span
style="font-family: Quicksand; line-height: 19.6px;">You
can access your account via our HGH platform: <a
rel="noreferrer" target="_new">HGH
can access your account via our {{config('app.name')}} platform: <a
rel="noreferrer" target="_new">{{config('app.name')}}
Login</a>.</span><br /><br /></p>
<p style="line-height: 140%; text-align: justify;">
<span
@@ -414,7 +414,7 @@
<p style="line-height: 140%; text-align: justify;">
<span
style="font-family: Quicksand; line-height: 19.6px;">Sincerely,</span><br /><span
style="font-family: Quicksand; line-height: 19.6px;">HGH
style="font-family: Quicksand; line-height: 19.6px;">{{config('app.name')}}
Team.</span></p>
</div>