Skip to content

Instantly share code, notes, and snippets.

@corean
Created April 21, 2017 03:56
Show Gist options
  • Save corean/ce48b46ca1fe53dc7d9b1b1b2150f8e6 to your computer and use it in GitHub Desktop.
Save corean/ce48b46ca1fe53dc7d9b1b1b2150f8e6 to your computer and use it in GitHub Desktop.
laravel session errors return $this->validate
@if ($errors->any())
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true" >&times; </button>
@foreach($errors->all() as $error)
<p>{{ $error }}</p>
@endforeach
</div>
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment