@if (count($errors) > 0)
<div class="callout callout-danger">
<h4>Oh snap! Change a few things up and try submitting again.</h4>
<ul>
@foreach ($errors->all() as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
</div>
@endif