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

File "5ee47f3df7111e75cfb2ff6cd2620d83.php"

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

<?php $__env->startPush('title', get_phrase('404 not found')); ?>
<?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?>
<?php $__env->startPush('css'); ?><?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
    <!-- Start About Us -->
    <section class="pb-120 pt-30 description-style mt-5">
        <div class="container mt-5">
            <div class="row align-items-center">
                <div class="col-md-5">
                    <img src="<?php echo e(asset('assets/frontend/default/image/404.png')); ?>" alt="">
                </div>
                <div class="col-md-6 ms-auto">
                    <h1 class="g-title fs-28px mb-5 mt-5"><?php echo e(get_phrase('404 not found')); ?></h1>
                    <p class="g-text fw-bold mb-2"><?php echo e(get_phrase('The page you requested could not be found')); ?></p>
                    <p class="mb-4 fw-bold"><?php echo e(get_phrase('Please try the following')); ?>:</p>
                    <ul class="list-styled">
                        <li class="mb-2"><?php echo e(get_phrase('Check the spelling of the url')); ?></li>
                        <li><?php echo e(get_phrase('If you are still puzzled, click on the home link below')); ?></li>
                    </ul>
                    <a class="eBtn gradient mt-5" href="<?php echo e(route('home')); ?>"><?php echo e(get_phrase('Back to home')); ?></a>
                </div>
            </div>
        </div>
    </section>
    <!-- End About Us -->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?><?php $__env->stopPush(); ?>

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