add: full multi-tenancy control

This commit is contained in:
Cauê Faleiros
2026-02-02 15:31:15 -03:00
commit c6ec92802b
1711 changed files with 258106 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?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**/ ?>