]>
BookStack Code Mirror - bookstack/blob - resources/views/form/errors.blade.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Lexical: Added single node backspace/delete support
[bookstack]
/
resources
/
views
/
form
/
errors.blade.php
1
@if($errors->has($name))
2
<div class="text-neg text-small">{{ $errors->first($name) }}</div>
3
@endif