add: full multi-tenancy control
This commit is contained in:
12
storage/framework/views/26c679f9ee7fca0a786014206070c32b.php
Executable file
12
storage/framework/views/26c679f9ee7fca0a786014206070c32b.php
Executable 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**/ ?>
|
||||
Reference in New Issue
Block a user