Viewing file: cf70e7884ec577cf5b84b90189288e3a.php (1.86 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(__('opss_page_not_found')); ?>
<?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="w-full min-h-screen flex justify-center items-center relative overflow-hidden"> <div class="w-full h-full flex flex-col justify-center items-center px-4 py-8"> <img src="<?php echo e(asset('frontend/images/404.png')); ?>" alt="" class="max-w-[500px] h-[300px]" /> <div> <h4 class="font-display font-semibold text-xl sm:text-3xl xl:text-5xl leading-[56px] text-center text-gray-900 mb-5"> <?php echo e(__('opss_page_not_found')); ?>
</h4> <p class="font-display text-sm sm:text-lg max-w-2xl font-normal text-center text-gray-700 mb-8"> <?php echo e(__('the_page_you_are_looking_for_does_not_exist_or_an_other_error_occurred_go_back_or_head_over_to_choose_new_direction', ['domain' => config('app.url')])); ?>
</p> </div> <div class="flex justify-center gap-3"> <a class="btn-primary" href="/"> <HomeIcon /> <span><?php echo e(__('go_to_home_page')); ?></span> </a>
<a class="btn-secondary" href="/home"> <span><?php echo e(__('go_back')); ?></span> </a> </div> <p class="text-center bg-white px-4 pt-24 rounded-md text-base text-gray-500 text-opacity-90"> <?php echo e(__('all_content_current_and_respective_copyright_holders', ['domain' => config('app.url'), 'year' => now()->year ])); ?>
</p> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH E:\add listing 8-9-25\addListing\resources\views/errors/404.blade.php ENDPATH**/ ?>
|