Add @errors tag
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
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
Full Changelog: v7.0.0...v7.2.0