Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/b8033ab93cf23b3bf91e889b7eebfafd.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/getxxhzo/app.genicards.com/resources/views/vendor/notifications/email.blade.php ENDPATH**/ ?>