Skip to content

Instantly share code, notes, and snippets.

@Ryomasao
Created November 1, 2017 14:02
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 Ryomasao/b59552cf64e63ee09b262ed20f5629cb to your computer and use it in GitHub Desktop.
Save Ryomasao/b59552cf64e63ee09b262ed20f5629cb to your computer and use it in GitHub Desktop.
エラーのpug
.
@if(count($errors))
ul
.
@foreach($errors->all() as $error)
li(style="color:red") {{ $error }}
.
@endforeach
.
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment