Sometimes errors have URLs, so enable them to be resolved

This commit is contained in:
Deon George 2024-05-23 22:38:03 +10:00
parent de34052c3b
commit a547e29e56
1 changed files with 1 additions and 1 deletions

View File

@ -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>