<?php if(count($errors) > 0): ?>
<div class="callout callout-danger">
<h4>Oh snap! Change a few things up and try submitting again.</h4>
<ul>
<?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li><?php echo e($error); ?></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<?php endif; ?> <?php /**PATH /home/mip/mip/app/Modules/Client/Views/errors.blade.php ENDPATH**/ ?>