This commit is contained in:
slong753 2023-06-26 20:22:27 -05:00
parent 2736161909
commit e8988bf51e

View file

@ -123,7 +123,9 @@
<strong>{{ trans('general.notification_error') }} </strong>
{{ trans('general.notification_bulk_error_hint') }}
@foreach($messages as $message)
<br> {{ $message }}
<ul>
<li>{{ $message }}</li>
</ul>
@endforeach
</div>
</div>