PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 5e3dd879071dd237985d6b6a267d8a70.php
<?php $__env->startComponent('mail::message'); ?> <?php if(! empty($greeting)): ?> # <?php echo e($greeting); ?> <?php else: ?> <?php if($level === 'error'): ?> # <?php echo app('translator')->get(__('messages.mail.whoops')); ?> <?php else: ?> # <?php echo app('translator')->get(__('messages.mail.hello!')); ?> <?php endif; ?> <?php endif; ?> <?php echo e(__('messages.mail.please_click')); ?> <?php if(isset($actionText)): ?> <?php switch ($level) { case 'success': case 'error': $color = $level; break; default: $color = 'primary'; } ?> <?php $__env->startComponent('mail::button', ['url' => $actionUrl, 'color' => $color]); ?> <?php echo e(__('messages.mail.verify_email')); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php echo e(__('messages.mail.action_required')); ?> <?php if(! empty($salutation)): ?> <?php echo e($salutation); ?> <?php else: ?> <?php echo app('translator')->get(__('messages.mail.regard')); ?><br> <?php echo e(getAppName()); ?> <?php endif; ?> <?php if(isset($actionText)): ?> <?php $__env->slot('subcopy'); ?> <?php echo app('translator')->get(__('messages.mail.slot_text')); ?> <span class="break-all">[<?php echo e($displayableActionUrl); ?>](<?php echo e($actionUrl); ?>)</span> <?php $__env->endSlot(); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/notifications/email.blade.php ENDPATH**/ ?>
SAVE
CANCEL