diff --git a/resources/views/livewire/watched.blade.php b/resources/views/livewire/watched.blade.php index f82173a..024992e 100644 --- a/resources/views/livewire/watched.blade.php +++ b/resources/views/livewire/watched.blade.php @@ -12,7 +12,7 @@

-
+
@foreach ($episodes as $episode)
@@ -25,4 +25,4 @@ {{ $watched->links('pagination::tailwind') }}
-
diff --git a/resources/views/profile/comments.blade.php b/resources/views/profile/comments.blade.php index a330728..b8fb09f 100644 --- a/resources/views/profile/comments.blade.php +++ b/resources/views/profile/comments.blade.php @@ -1,7 +1,6 @@ @include('partials.background') -
+
@include('profile.partials.sidebar')