File manager - Edit - /var/www/payraty/hris/storage/framework/views/647697b2199824a0c80196b30dc8c16d.php
Back
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Verify Email')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('language-bar'); ?> <?php $languages = App\Models\Utility::languages(); if (empty($lang)) { $lang = App\Models\Utility::getValByName('default_language'); } ?> <div class="lang-dropdown-only-desk"> <li class="dropdown dash-h-item drp-language"> <div class="dropdown-menu dash-h-dropdown dropdown-menu-end"> <?php $__currentLoopData = $languages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $code => $language): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="<?php echo e(url('/verify-email', $code)); ?>" tabindex="0" class="dropdown-item <?php echo e($code == $lang ? 'active' : ''); ?>"> <span><?php echo e(ucFirst($language)); ?></span> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </li> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="card-body"> <?php if(session('status') == 'verification-link-sent'): ?> <div class="mb-4 font-medium text-sm text-green-600 text-primary"> <?php echo e(__('A new verification link has been sent to the email address you provided during registration.')); ?> </div> <?php endif; ?> <div class="mb-4 text-sm text-gray-600"> <?php echo e(__('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.')); ?> </div> <div class="custom-login-form"> <form method="POST" action="<?php echo e(route('verification.send')); ?>"> <?php echo csrf_field(); ?> <div class="d-grid"> <button class="btn btn-primary mt-2" type="submit"> <?php echo e(__('Resend Verification Email')); ?> </button> </div> </form> <form method="POST" action="<?php echo e(route('logout')); ?>"> <?php echo csrf_field(); ?> <button type="submit" class="btn btn-danger btn-sm mt-2"> <?php echo e(__('Logout')); ?> </button> </form> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.auth', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/payraty/hris/resources/views/auth/verify-email.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings