You are on page 1of 1

<?php if(count($errors) > 0): ?

>
<div class="alert alert-danger">
<?php foreach($errors as $error): ?>
<li><?php echo $error; ?></li>
<?php endforeach; ?>
</div>
<?php endif; ?>

You might also like