File: /var/www/quadcode-site/storage/framework/views/6ca239c954f9b66da8b8f8f4a08bc0319e621956.php
<?php $__env->startSection('title', __('Not Found')); ?>
<?php $__env->startSection('code', '404'); ?>
<?php $__env->startSection('content'); ?>
<main class="app-content app-content-fnone">
<div class="not-found">
<div class="not-found__wrapper">
<img src="/files/notfound.png" alt="404">
<p class="not-found__wrapper-text">
This page doesn’t exist
</p>
</div>
</div>
</main>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('site.layouts.app', [
'light_menu' => true
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /project/quadcode/releases/20210305090639Z/resources/views/errors/404.blade.php ENDPATH**/ ?>