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.
|
There were errors with the submission.
|
||||||
<ul>
|
<ul>
|
||||||
@foreach($errors->all() as $error)
|
@foreach($errors->all() as $error)
|
||||||
<li>{{ $error }}</li>
|
<li>{!! $error !!}</li>
|
||||||
@endforeach
|
@endforeach
|
||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user