Skip to content

Add @errors tag

Compare
Choose a tag to compare
@thetutlage thetutlage released this 19 Mar 18:48
· 9 commits to develop since this release

The @errors edge tag can be used to grab all errors from the flash messages errorsBag . You can use it as follows.

@errors()
  @each(error in $messages)
     {{ error }}
  @end
@end

Commits

Full Changelog: v7.0.0...v7.2.0