<?php $__env->startSection('content'); ?>
<h1>404</h1>
<p>This page could not be found.</p>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.errors', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>