File: /var/www/html/storage/framework/views/6164b85b8ade0fdf59d708dd24262f06.php
<?php $__env->startSection('title', '404 - Page not found!'); ?>
<?php $__env->startSection('main'); ?>
<br>
<br>
<br>
<center>
<body class="error-page mt-4">
<div class="main-wrapper">
<div class="error-box">
<h1>404</h1>
<h3 class="h2 mb-3"><i class="fas fa-exclamation-circle"></i> Oops! Page not found!</h3>
<p class="h4 font-weight-normal">The page you requested was not found.</p>
<a href="<?php echo e(route('dashboard')); ?>" class="btn btn-primary text-white mb-4">Back to Dashboard</a>
</div>
</div>
</body>
</center>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.main', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/resources/views/errors/404.blade.php ENDPATH**/ ?>