From 3a36b7dafd58146871a13aa7bf06ef443784996d Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 13 Oct 2025 13:57:04 +0100 Subject: [PATCH] Fixed display to be more consistent and correct HTML --- resources/views/notifications.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/notifications.blade.php b/resources/views/notifications.blade.php index d31463821e..0bb60c689e 100755 --- a/resources/views/notifications.blade.php +++ b/resources/views/notifications.blade.php @@ -149,22 +149,22 @@ @if ($messages = session()->get('multi_error_messages'))
-
+
{{ trans('general.notification_error') }}: - @foreach(array_splice($messages, 0,3) as $key => $message) -
    +
      + @foreach(array_splice($messages, 0,3) as $key => $message)
    • {{ $message }}
    • -
    - @endforeach + @endforeach +
{{ trans('general.show_all') }} +
    @foreach(array_splice($messages, 3) as $key => $message) -
      -
    • {{ $message }}
    • -
    +
  • {{ $message }}
  • @endforeach +