<?php $__env->startSection('body'); ?>

<div class="col-sm-12 col-xs-12">
  <h1>4 <span class="fa fa-frown-o"></span> 4 : Page Not Found</h1>
  <a href="/"><u>Back</u></a>
</div>

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