File: /home/imensosw/.trash/storage.2/framework/views/543e5de745ac4fe23c7bc379b486f1f9d9144d76.php
<?php $__env->startSection('pageTitle'); ?>
<title><?php echo e(trans('panel.site_title')); ?> <?php echo e(trans('global.verification')); ?></title>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="section-authentication-signin d-flex align-items-center justify-content-center my-5 my-lg-0">
<div class="container-fluid">
<div class="row row-cols-1 row-cols-lg-2 row-cols-xl-3">
<div class="col mx-auto">
<div class="mb-4 text-center">
<img src="<?php echo e(asset('images/logo.png')); ?>" width="180" alt="" />
</div>
<div class="card">
<div class="card-body">
<div class="border p-4 rounded">
<div class="text-center">
<h3 class=""><?php echo e(trans('global.verification')); ?></h3>
<?php if(session('resent')): ?>
<div class="alert alert-success" role="alert">
A fresh verification link has been sent to your email address.
</div>
<?php endif; ?>
Before proceeding, please check your email for a verification link. If you did not receive the email,
<form action="<?php echo e(route('verification.resend')); ?>" method="POST" class="d-inline">
<?php echo csrf_field(); ?>
<button type="submit" class="d-inline btn btn-link ">
click here to request another
</button>.
</form>
<div class="row mt-4">
<div class="col-12">
<a class="btn btn-info text-white" onclick="event.preventDefault(); document.getElementById('logoutform').submit();" href="javascript:;"><i class='bx bx-log-out-circle'></i><span><?php echo e(trans('global.logout')); ?></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/imensosw/liftcincy.imenso.co/resources/views/verification/notice.blade.php ENDPATH**/ ?>