Files
growup-crm/storage/framework/views/26c679f9ee7fca0a786014206070c32b.php
2026-02-02 15:31:15 -03:00

12 lines
682 B
PHP
Executable File

<?php $__env->startComponent('admin::emails.layout'); ?>
<div style="margin-bottom: 34px;">
<p style="font-weight: bold;font-size: 20px;color: #121A26;line-height: 24px;margin-bottom: 24px">
<?php echo app('translator')->get('admin::app.emails.common.user.dear', ['username' => $user_name]); ?>, 👋
</p>
<p style="font-size: 16px;color: #384860;line-height: 24px;">
<?php echo app('translator')->get('admin::app.emails.common.user.create-body'); ?>
</p>
</div>
<?php echo $__env->renderComponent(); ?>
<?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/emails/users/create.blade.php ENDPATH**/ ?>