관리-도구
편집 파일: 86cd54e799a1c3592673bbbd2118a6caacf942a6.php
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row justify-content-center"> <div class="col-md-8"> <div class="card card-signin my-5"> <div class="card-header text-center"><?php echo e(_lang('Verify Your Email Address')); ?></div> <div class="card-body text-center"> <?php if(session('resent')): ?> <div class="alert alert-success" role="alert"> <?php echo e(_lang('A fresh verification link has been sent to your email address.')); ?> </div> <?php endif; ?> <?php echo e(_lang('Before proceeding, please check your email for a verification link.')); ?> <?php echo e(_lang('If you did not receive the email')); ?>, <form class="d-inline" method="POST" action="<?php echo e(route('verification.resend')); ?>"> <?php echo csrf_field(); ?> <button type="submit" class="btn btn-link p-0 m-0 align-baseline"><?php echo e(_lang('click here to request another')); ?></button>. </form> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eraas/public_html/resources/views/auth/verify.blade.php ENDPATH**/ ?>