GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
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**/ ?>