Skip to content

Commit

Permalink
Update notification.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPJunior committed Jul 26, 2021
1 parent 5f86b49 commit e1823b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/livewire/components/notification.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@
@case('comment')
commented on your video "<span class="font-bold text-blue-500 truncate">{{ $notification->data['on']['name'] }}</span>"
@break

@case('reply')
replied to your comment on "<span class="font-bold text-blue-500 truncate">{{ $notification->data['on']['comment'] }}</span>"
@break

@case('subscribed')
subscribed your channel "<span class="font-bold text-blue-500 truncate">{{ $notification->data['on']['name'] }}</span>"
@break

@case('liked')
liked your video "<span class="font-bold text-blue-500 truncate">{{ $notification->data['on']['name'] }}</span>"
@break
Expand Down

0 comments on commit e1823b8

Please sign in to comment.