<?php $__env->startSection('styles'); ?>
  <?php echo HTML::style('css/login/login.css'); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
	<div class="container login">
		<h4 class="text-center">404: Not found</h4>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>