<?php $__env->startSection('title'); ?>
	@parent  | Error 404 - Not Found
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
	<div class="error-content">
		<h1>Page Not Found</h1>
		<p>
			The page you are looking for does not<br />
			exist. Please check the url and try again.
		</p>
		<a class="button" href="/">Browse Providers &rsaquo;</a>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>