File: /var/www/admin.fixgini.com/storage/framework/views/d405fdeedff5903e5d73912b173f7e0e.php
<?php $__env->startSection('title', '404 - Page not found!'); ?>
<?php $__env->startSection('main'); ?>
<div class="wrapper">
<div class="container p-0">
<div class="row no-gutters">
<div class="col-sm-12 text-center">
<div class="iq-error position-relative mt-5">
<img src="<?php echo e(asset('images/error/404.png')); ?>" class="img-fluid iq-error-img" alt="">
<h2 class="mb-0 mt-4">Oops! <?php echo $__env->yieldContent('title'); ?></h2>
<p>The requested page dose not exist.</p>
<a class="btn btn-primary mt-3" href="<?php echo e(route('dashboard')); ?>"><i class="ri-home-4-line"></i>Back to
Home</a>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/admin.fixgini.com/resources/views/errors/404.blade.php ENDPATH**/ ?>