monica/data/framework/views/53a9b799cab9f6dac4e5efe44508d840f4ec4cdb.php
2020-10-07 10:38:13 -07:00

11 lines
567 B
PHP

<?php if(isset($errors)): ?>
<?php if(count($errors) > 0): ?>
<div class="alert alert-danger">
<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 endif; ?><?php /**PATH /var/www/html/resources/views/partials/errors.blade.php ENDPATH**/ ?>