Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/storage/framework/views/ |
<?php $__env->startSection('content'); ?>
<table width="100%" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 600px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; color: #333333;">
<tr>
<td style="padding: 30px 20px; background: #ffffff; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.08);">
<h1 style="font-size: 20px; font-weight: bold; margin: 0 0 15px;">Hi <?php echo e($name); ?>,</h1>
<p style="font-size: 15px; line-height: 1.6; margin: 0 0 15px;">
Welcome to the team — we’re excited to have you on board!
</p>
<p style="font-size: 15px; line-height: 1.6; margin: 0 0 15px;">
To get started, please take a few minutes to watch the short video we’ve included below. It explains exactly how the app works and what you need to do to get set up properly.
</p>
<p style="margin: 20px 0; text-align: center;">
<a href="https://tradze.com/watch/tradze/how-it-works" target="_blank"
style="background: #1c8adb; color: #ffffff; text-decoration: none; font-size: 15px; padding: 12px 25px; border-radius: 6px; display: inline-block; font-weight: bold;">
▶ Watch Video
</a>
</p>
<h3 style="font-size: 16px; margin: 25px 0 10px; color: #222;">Important:</h3>
<p style="font-size: 15px; line-height: 1.6; margin: 0 0 10px;">
Make sure to set your <strong>availability</strong> within the app. This tells customers when you’re ready to respond to jobs in real time.
</p>
<p style="font-size: 15px; line-height: 1.6; margin: 0 0 15px; color: #cc0000;">
⚠️ Please note: If you mark yourself as available and fail to show up for a booking, it causes major disruption for the customer.
<br>We operate a <strong>strict two-strike policy</strong> — if you miss two confirmed appointments without a valid reason, your access to the platform will be removed.
</p>
<p style="font-size: 15px; line-height: 1.6; margin: 20px 0;">
If you have any questions, feel free to drop us an email or check the FAQ section on our website for quick answers.
</p>
<p style="font-size: 15px; line-height: 1.6; margin: 25px 0 0;">
Thanks again for joining — let’s raise the standard of rapid response together.
</p>
<p style="font-size: 15px; font-weight: bold; margin: 20px 0 0;">Best regards,</p>
<p style="font-size: 15px; margin: 0;">The Tradze App Team</p>
</td>
</tr>
</table>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.email', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tradze/public_html/app/Modules/Users/Resources/Views/frontend_new/emails/welcomeEmail.blade.php ENDPATH**/ ?>