JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "a013876a25271fc4c3d39ea67cfd5ef0.php"

Full Path: /home/ambitio2/public_html/storage/framework/views/a013876a25271fc4c3d39ea67cfd5ef0.php
File size: 2.25 KB
MIME-type: text/x-php
Charset: utf-8

<?php $__env->startPush('title', get_phrase('Email Verification')); ?>
<?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?>
<?php $__env->startPush('css'); ?>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
    <!------------------- Login Area Start  ------>
    <section class="login-area">
        <div class="container">
            <div class="row">
                <div class="col-lg-7 col-md-6">
                    <div class="login-img text-center">
                        <img class="w-75 h-auto ms-auto me-auto" src="<?php echo e(asset('assets/frontend/default/image/login.gif')); ?>" alt="...">
                    </div>
                </div>
                <div class="col-lg-5 col-md-6">
                    <form action="<?php echo e(route('verification.send')); ?>" class="global-form login-form mt-25" method="POST">
                        <?php echo csrf_field(); ?>
                        <h4 class="g-title"><?php echo e(get_phrase('Email Verification')); ?></h4>
                        <p class="description"><?php echo e(get_phrase('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.')); ?> </p>

                        <?php if(session('status') == 'verification-link-sent'): ?>
                            <p class="description mt-4 text-success"><?php echo e(get_phrase('A new verification link has been sent to the email address you provided during registration.')); ?></p>
                        <?php endif; ?>
                        
                        <button type="submit" class="eBtn gradient w-100 mt-5"><?php echo e(get_phrase('Resend Verification Email')); ?></button>
                    </form>
                </div>
            </div>
        </div>
    </section>
    <!------------------- Login Area End  ------>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?>

<?php $__env->stopPush(); ?>


<?php echo $__env->make('layouts' . '.' . get_frontend_settings('theme'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/ambitio2/public_html/resources/views/auth/verify-email.blade.php ENDPATH**/ ?>