File: /home/imensosw/.trash/storage.2/framework/views/528f2b808237fb5cd72351767869eaa1129541e6.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>
Your account is waiting for our administrator approval.
<br />
Please check back later.
</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/approval.blade.php ENDPATH**/ ?>