From 0e7eff14a420104bb91e7e14d7badf135b39f98e Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 24 Apr 2026 09:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=20=D1=83=D0=B2=D0=B5?= =?UTF-8?q?=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Notice/Views/user-notifications.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Modules/Notice/Views/user-notifications.blade.php b/app/Modules/Notice/Views/user-notifications.blade.php index 6bd3c44..40a73cf 100644 --- a/app/Modules/Notice/Views/user-notifications.blade.php +++ b/app/Modules/Notice/Views/user-notifications.blade.php @@ -15,7 +15,7 @@ class="list-group-item list-group-item-action rounded {{ !$notification->read_at aria-current="true" wire:click="read({{ $notification }})">

- {{ $notification->data['text'] }} + {!! $notification->data['text'] !!}

{{ $notification->created_at }}