diff --git a/resources/views/vendor/comments/components/avatar.blade.php b/resources/views/vendor/comments/components/avatar.blade.php
deleted file mode 100644
index c4b5a611..00000000
--- a/resources/views/vendor/comments/components/avatar.blade.php
+++ /dev/null
@@ -1,15 +0,0 @@
-@php
- $defaultImage = Spatie\Comments\Support\Config::getGravatarDefaultImage();
- $defaultAvatar = "https://www.gravatar.com/avatar/unknown?d={$defaultImage}";
-
- if ($user = auth()->user()) {
- $segment = md5(strtolower($user->email));
- $defaultAvatar = "https://www.gravatar.com/avatar/{$segment}?d={$defaultImage}";
- }
-@endphp
-
-{{----}}
diff --git a/resources/views/vendor/comments/components/button.blade.php b/resources/views/vendor/comments/components/button.blade.php
deleted file mode 100644
index 3ca9d0e8..00000000
--- a/resources/views/vendor/comments/components/button.blade.php
+++ /dev/null
@@ -1,12 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/date.blade.php b/resources/views/vendor/comments/components/date.blade.php
deleted file mode 100644
index 9f8fe9cf..00000000
--- a/resources/views/vendor/comments/components/date.blade.php
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/editors/easymde.blade.php b/resources/views/vendor/comments/components/editors/easymde.blade.php
deleted file mode 100644
index 9607a6e2..00000000
--- a/resources/views/vendor/comments/components/editors/easymde.blade.php
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-@push('comments-scripts')
-
-@endpush
diff --git a/resources/views/vendor/comments/components/editors/textarea.blade.php b/resources/views/vendor/comments/components/editors/textarea.blade.php
deleted file mode 100644
index 9da655da..00000000
--- a/resources/views/vendor/comments/components/editors/textarea.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/icons/close.blade.php b/resources/views/vendor/comments/components/icons/close.blade.php
deleted file mode 100644
index ee17689f..00000000
--- a/resources/views/vendor/comments/components/icons/close.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/icons/copy.blade.php b/resources/views/vendor/comments/components/icons/copy.blade.php
deleted file mode 100644
index 3ed38263..00000000
--- a/resources/views/vendor/comments/components/icons/copy.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/icons/delete.blade.php b/resources/views/vendor/comments/components/icons/delete.blade.php
deleted file mode 100644
index 42d105a1..00000000
--- a/resources/views/vendor/comments/components/icons/delete.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/icons/edit.blade.php b/resources/views/vendor/comments/components/icons/edit.blade.php
deleted file mode 100644
index eaf2288f..00000000
--- a/resources/views/vendor/comments/components/icons/edit.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/icons/menu.blade.php b/resources/views/vendor/comments/components/icons/menu.blade.php
deleted file mode 100644
index a3aaf2ca..00000000
--- a/resources/views/vendor/comments/components/icons/menu.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/icons/smile.blade.php b/resources/views/vendor/comments/components/icons/smile.blade.php
deleted file mode 100644
index 511534cf..00000000
--- a/resources/views/vendor/comments/components/icons/smile.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/resources/views/vendor/comments/components/modal.blade.php b/resources/views/vendor/comments/components/modal.blade.php
deleted file mode 100644
index 94d1b4d3..00000000
--- a/resources/views/vendor/comments/components/modal.blade.php
+++ /dev/null
@@ -1,14 +0,0 @@
- $compact ?? false, 'is-left' => $left ?? false, 'is-bottom' => $bottom ?? false])
- {{ $attributes }}
->
- @isset($title)
-
- @endisset
-
-
diff --git a/resources/views/vendor/comments/components/scripts.blade.php b/resources/views/vendor/comments/components/scripts.blade.php
deleted file mode 100644
index fa709f54..00000000
--- a/resources/views/vendor/comments/components/scripts.blade.php
+++ /dev/null
@@ -1,9 +0,0 @@
-
-@stack('comments-scripts')
diff --git a/resources/views/vendor/comments/components/styles.blade.php b/resources/views/vendor/comments/components/styles.blade.php
deleted file mode 100644
index 2eb158a0..00000000
--- a/resources/views/vendor/comments/components/styles.blade.php
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/resources/views/vendor/comments/extraCommentHeaderActions.blade.php b/resources/views/vendor/comments/extraCommentHeaderActions.blade.php
deleted file mode 100644
index e69de29b..00000000
diff --git a/resources/views/vendor/comments/livewire/comment.blade.php b/resources/views/vendor/comments/livewire/comment.blade.php
deleted file mode 100644
index 57a4898a..00000000
--- a/resources/views/vendor/comments/livewire/comment.blade.php
+++ /dev/null
@@ -1,196 +0,0 @@
-
diff --git a/resources/views/vendor/comments/livewire/comments.blade.php b/resources/views/vendor/comments/livewire/comments.blade.php
deleted file mode 100644
index 9404da6d..00000000
--- a/resources/views/vendor/comments/livewire/comments.blade.php
+++ /dev/null
@@ -1,61 +0,0 @@
-@php
- use Spatie\Comments\Enums\NotificationSubscriptionType;
-@endphp
-
-
diff --git a/resources/views/vendor/comments/livewire/partials/newComment.blade.php b/resources/views/vendor/comments/livewire/partials/newComment.blade.php
deleted file mode 100644
index c6172b9b..00000000
--- a/resources/views/vendor/comments/livewire/partials/newComment.blade.php
+++ /dev/null
@@ -1,24 +0,0 @@
-@if($writable)
- @can('createComment', $model)
-
- @endcan
-@endif
diff --git a/resources/views/vendor/comments/livewire/partials/replyTo.blade.php b/resources/views/vendor/comments/livewire/partials/replyTo.blade.php
deleted file mode 100644
index e3c6ddf9..00000000
--- a/resources/views/vendor/comments/livewire/partials/replyTo.blade.php
+++ /dev/null
@@ -1,47 +0,0 @@
-@if($writable)
-
-@endif
diff --git a/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php b/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php
deleted file mode 100644
index 9024b1f9..00000000
--- a/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php
+++ /dev/null
@@ -1,24 +0,0 @@
-@component('mail::message')
-# {{ __('comments::notifications.approved_comment_mail_title', [
- 'commentable_name' => $topLevelComment->commentable->commentableName(),
- 'commentable_url' => $topLevelComment->commentable->commentUrl(),
- 'commentator_name' => $comment->commentatorProperties()->name ?? 'anonymous',
-]) }}
-
-{{ __('comments::notifications.approved_comment_mail_body', [
- 'commentable_name' => $topLevelComment->commentable->commentableName(),
- 'commentable_url' => $topLevelComment->commentable->commentUrl(),
- 'commentator_name' => $comment->commentatorProperties()->name ?? 'anonymous',
-]) }}
-
-{!! $comment->text !!}
-
-@component('mail::button', ['url' => $comment->commentUrl()])
-{{ __('comments::notifications.view_comment') }}
-@endcomponent
-
-@if($unsubscribeUrl = $commentator->unsubscribeFromCommentNotificationsUrl($comment))
-{{ __('Unsubscribe from receive notification about :commentableName', ['commentableName' => $topLevelComment->commentable->commentableName()]) }}
-@endif
-
-@endcomponent
diff --git a/resources/views/vendor/comments/mail/pendingCommentNotification.blade.php b/resources/views/vendor/comments/mail/pendingCommentNotification.blade.php
deleted file mode 100644
index ea3eb0c3..00000000
--- a/resources/views/vendor/comments/mail/pendingCommentNotification.blade.php
+++ /dev/null
@@ -1,20 +0,0 @@
-@component('mail::message')
-
-{{ __('comments::notifications.pending_comment_mail_body', [
- 'commentable_name' => $topLevelComment->commentable->commentableName(),
- 'commentator_name' => $comment->commentatorProperties()->name ?? 'anonymous',
-]) }}
-
-[{{ __('comments::notifications.view_comment') }}]({{ $comment->commentUrl() }})
-
-{!! $comment->text !!}
-
-@component('mail::button', ['url' => $comment->approveUrl()])
- {{ __('comments::notifications.approve_comment') }}
-@endcomponent
-
-@component('mail::button', ['url' => $comment->rejectUrl()])
- {{ __('comments::notifications.reject_comment') }}
-@endcomponent
-
-@endcomponent
diff --git a/resources/views/vendor/comments/signed/approval/approveComment.blade.php b/resources/views/vendor/comments/signed/approval/approveComment.blade.php
deleted file mode 100644
index 3c081d71..00000000
--- a/resources/views/vendor/comments/signed/approval/approveComment.blade.php
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- {{ __('The comment has been approved.') }}
-
-
diff --git a/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php b/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php
deleted file mode 100644
index 131720ed..00000000
--- a/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- {{ __('Do you want to approve the comment?') }}
-
-
-
-
-
-
-
diff --git a/resources/views/vendor/comments/signed/approval/rejectComment.blade.php b/resources/views/vendor/comments/signed/approval/rejectComment.blade.php
deleted file mode 100644
index 31d40ac5..00000000
--- a/resources/views/vendor/comments/signed/approval/rejectComment.blade.php
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- {{ __('The comment has been rejected.') }}
-
-
diff --git a/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php b/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php
deleted file mode 100644
index 75c0b1a0..00000000
--- a/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- {{ __('Do you want to reject the comment?') }}
-
-
-
-
-
-
diff --git a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribe.blade.php b/resources/views/vendor/comments/signed/notificationSubscription/unsubscribe.blade.php
deleted file mode 100644
index 4c991b4e..00000000
--- a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribe.blade.php
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- {{ __('You have been unsubscribed.') }}
-
-
diff --git a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAll.blade.php b/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAll.blade.php
deleted file mode 100644
index 2ee8746a..00000000
--- a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAll.blade.php
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- {{ __('You have been unsubscribed from every comment notification.') }}
-
-
diff --git a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAllApproval.blade.php b/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAllApproval.blade.php
deleted file mode 100644
index d1855216..00000000
--- a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeAllApproval.blade.php
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- {{ __('Do you want to unsubscribe from every comment notification?') }}
-
-
-
-
-
-
diff --git a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeApproval.blade.php b/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeApproval.blade.php
deleted file mode 100644
index 77e51dd5..00000000
--- a/resources/views/vendor/comments/signed/notificationSubscription/unsubscribeApproval.blade.php
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- {{ __('Do you want to unsubscribe?') }}
-
-
-
-
-
-
diff --git a/resources/views/vendor/comments/signed/signedLayout.blade.php b/resources/views/vendor/comments/signed/signedLayout.blade.php
deleted file mode 100644
index d634ae1b..00000000
--- a/resources/views/vendor/comments/signed/signedLayout.blade.php
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
- {{ $slot }}
-
-
-