⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.139
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
6c21fc854b354e8a6fc5045e99787352.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Verify Email')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('language-bar'); ?> <div class="lang-dropdown-only-desk"> <li class="dropdown dash-h-item drp-language"> <a class="dash-head-link dropdown-toggle btn" href="#" data-bs-toggle="dropdown" aria-expanded="false"> <span class="drp-text"> <?php echo e(Str::upper($lang)); ?> </span> </a> <div class="dropdown-menu dash-h-dropdown dropdown-menu-end"> <?php $__currentLoopData = languages(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $language): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="<?php echo e(route('verification.notice', $key)); ?>" class="dropdown-item <?php if($lang == $key): ?> text-primary <?php endif; ?>"> <span><?php echo e(Str::ucfirst($language)); ?></span> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </li> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="card"> <div class="card-body"> <div class=""> <h2 class="mb-3 f-w-600"><?php echo e(__('Verify Email')); ?></h2> <h6><?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.')); ?> </h6> </div> <?php if(session('status') == 'verification-link-sent'): ?> <div class="mb-4 font-medium text-sm text-success"> <?php echo e(__('A new verification link has been sent to the email address you provided during registration.')); ?> </div> <?php elseif(session('status') == 'verification-link-not-sent'): ?> <div class="mb-4 font-medium text-sm text-danger"> <?php echo e(__("Oops! We encountered an issue while attempting to send the email. It seems there's a problem with the mail server's SMTP (Simple Mail Transfer Protocol). Please review the SMTP settings and configuration to resolve the problem.")); ?> </div> <?php endif; ?> <form method="POST" action="<?php echo e(route('verification.send')); ?>"> <?php echo csrf_field(); ?> <div class="d-grid"> <button type="submit" class="btn btn-primary btn-block mt-2" tabindex="4"><?php echo e(__('Resend Verification Email')); ?></button> </div> </form> <form method="POST" action="<?php echo e(route('logout')); ?>"> <?php echo csrf_field(); ?> <div class="d-flex justify-content-center"> <button type="submit" class="btn btn-danger btn-block mt-2"> <?php echo e(__('LogOut')); ?> </button> </div> </form> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('custom-scripts'); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/erp.dev-unit.com/resources/views/auth/verify-email.blade.php ENDPATH**/ ?>