Skip to content

Instantly share code, notes, and snippets.

@npapratovic
Created March 24, 2018 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npapratovic/35180a89de9cc9ceabf8f24f43bf8e3e to your computer and use it in GitHub Desktop.
Save npapratovic/35180a89de9cc9ceabf8f24f43bf8e3e to your computer and use it in GitHub Desktop.
<?php if (count($errors) > 0) : ?>
<div class="error">
<?php foreach ($errors as $error) : ?>
<p class="alert-warning"><?php echo $error ?></p>
<?php endforeach ?>
</div>
<?php endif ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment