<?php $__env->startSection('content'); ?>
<h2>Error</h2>
<h4><?php echo e($message); ?></h4>
<?php $__env->stopSection(); ?>

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