Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Created January 5, 2016 09:57
Show Gist options
  • Save hoanganh25991/4f91763ff2836b94e608 to your computer and use it in GitHub Desktop.
Save hoanganh25991/4f91763ff2836b94e608 to your computer and use it in GitHub Desktop.
loop message from validation, one-key has many rules, so loop twice
<div id="page_messages">
@foreach($messages as $key => $values)
@foreach($values as $value)
<input type="hidden" name="{{$key}}" value="{{$value}}">
@endforeach
@endforeach
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment