mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
add list
This commit is contained in:
parent
2736161909
commit
e8988bf51e
|
@ -123,7 +123,9 @@
|
||||||
<strong>{{ trans('general.notification_error') }} </strong>
|
<strong>{{ trans('general.notification_error') }} </strong>
|
||||||
{{ trans('general.notification_bulk_error_hint') }}
|
{{ trans('general.notification_bulk_error_hint') }}
|
||||||
@foreach($messages as $message)
|
@foreach($messages as $message)
|
||||||
<br> {{ $message }}
|
<ul>
|
||||||
|
<li>{{ $message }}</li>
|
||||||
|
</ul>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue