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