diff --git a/resources/views/livewire/comment.blade.php b/resources/views/livewire/comment.blade.php index 876286a..4de4f20 100644 --- a/resources/views/livewire/comment.blade.php +++ b/resources/views/livewire/comment.blade.php @@ -4,8 +4,14 @@ {{ $comment->user->name }}
-
+

{{ $comment->user->name }}

+ @if($comment->user->is_admin) + + @endif + @if($comment->user->is_patreon) + + @endif
@if ($isEditing)