From e1823b8d6c603bc7b91dae1cb8db51ad0d7d2633 Mon Sep 17 00:00:00 2001 From: Nyi Nyi Lwin Date: Mon, 26 Jul 2021 08:59:48 +0630 Subject: [PATCH] Update notification.blade.php --- resources/views/livewire/components/notification.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/livewire/components/notification.blade.php b/resources/views/livewire/components/notification.blade.php index 155321b..f1c544b 100644 --- a/resources/views/livewire/components/notification.blade.php +++ b/resources/views/livewire/components/notification.blade.php @@ -23,11 +23,15 @@ @case('comment') commented on your video "{{ $notification->data['on']['name'] }}" @break + @case('reply') replied to your comment on "{{ $notification->data['on']['comment'] }}" @break + @case('subscribed') subscribed your channel "{{ $notification->data['on']['name'] }}" + @break + @case('liked') liked your video "{{ $notification->data['on']['name'] }}" @break