Sometimes errors have URLs, so enable them to be resolved
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user