Sometimes errors have URLs, so enable them to be resolved
This commit is contained in:
parent
de34052c3b
commit
a547e29e56
@ -4,7 +4,7 @@
|
||||
There were errors with the submission.
|
||||
<ul>
|
||||
@foreach($errors->all() as $error)
|
||||
<li>{{ $error }}</li>
|
||||
<li>{!! $error !!}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user