-
+ @include('partials.background')
+
diff --git a/resources/views/profile/index.blade.php b/resources/views/profile/index.blade.php
index 1326fb6..835bb81 100644
--- a/resources/views/profile/index.blade.php
+++ b/resources/views/profile/index.blade.php
@@ -1,22 +1,9 @@
-
-
-@include('partials.head')
-
-
-
- @include('profile.partials.sidebar')
-
+
-
-
-
+
-
-
+
+ @include('profile.partials.sidebar')
+
+
-
- @include('layouts.footer')
+
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
- @include('layouts.footer')
+
+ @include('partials.background')
+
\ No newline at end of file
diff --git a/resources/views/profile/likes.blade.php b/resources/views/profile/likes.blade.php
index ace0657..524d675 100644
--- a/resources/views/profile/likes.blade.php
+++ b/resources/views/profile/likes.blade.php
@@ -1,20 +1,9 @@
-
-
-@include('partials.head')
-
-
-
-
- @include('profile.partials.sidebar')
- @include('profile.partials.info')
-
-
+
-
-
-
+
+ @include('profile.partials.sidebar')
+ @include('profile.partials.info')
+
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
- @include('layouts.footer')
+
+ @include('partials.background')
+
diff --git a/resources/views/profile/notifications.blade.php b/resources/views/profile/notifications.blade.php
index 21f2c5a..b1f52b0 100644
--- a/resources/views/profile/notifications.blade.php
+++ b/resources/views/profile/notifications.blade.php
@@ -1,66 +1,55 @@
-
-
-@include('partials.head')
-
-
-
-
- @include('profile.partials.sidebar')
- @livewire('user-likes')
-
-
+
-
-
+
+ @include('profile.partials.sidebar')
+ @livewire('user-likes')
+
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
-
- @include('profile.partials.sidebar')
-
+
+ @include('partials.background')
+
+
+ @include('profile.partials.sidebar')
+
+
diff --git a/resources/views/profile/playlists.blade.php b/resources/views/profile/playlists.blade.php
index 5beab03..0c2434a 100644
--- a/resources/views/profile/playlists.blade.php
+++ b/resources/views/profile/playlists.blade.php
@@ -1,25 +1,14 @@
-
-
-@include('partials.head')
-
-
- @forelse($notifications as $notification)
-
-
-
+
+ @forelse($notifications as $notification)
+
-
- @include('layouts.footer')
-
-
-
-
-
-
-
-
- {{ $notification->data['type'] ?? 'Notification' }}
-
-
-
- - {{ $notification->data['message'] ?? '' }} -
-
-
- Open
-
-
-
+
+
+ @empty
+
+
- @empty
-
+
+
+
+ {{ $notification->data['type'] ?? 'Notification' }}
+
+ + {{ $notification->data['message'] ?? '' }} +
+
+ @endforelse
No notifications
+(╥﹏╥)
+
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
-
- @include('profile.partials.sidebar')
-
+ @include('partials.background')
+
diff --git a/resources/views/profile/settings.blade.php b/resources/views/profile/settings.blade.php
index f15eb8c..192a507 100644
--- a/resources/views/profile/settings.blade.php
+++ b/resources/views/profile/settings.blade.php
@@ -1,43 +1,30 @@
-
-
-@include('partials.head')
-
-
-
-
- @include('modals.create-playlist')
+
- @include('profile.partials.user-playlists')
-
-
+
-
-
+
+ @include('profile.partials.sidebar')
+
+
-
- @include('layouts.footer')
+ @include('modals.create-playlist')
+
+ @include('profile.partials.user-playlists')
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
-
- @include('profile.partials.sidebar')
-
+ @include('partials.background')
+
diff --git a/resources/views/profile/subscription.blade.php b/resources/views/profile/subscription.blade.php
index 92bc54e..f962376 100644
--- a/resources/views/profile/subscription.blade.php
+++ b/resources/views/profile/subscription.blade.php
@@ -1,22 +1,11 @@
-
-
-@include('partials.head')
-
-
-
- @vite(['resources/js/user-blacklist.js'])
+
- @include('profile.partials.update-profile-information-form')
-
-
-
-
-
- @include('profile.partials.update-password-form')
-
-
- @include('profile.partials.update-blacklist-form')
-
-
- @include('profile.partials.update-design-form')
-
-
- @include('profile.partials.delete-user-form')
-
- @include('profile.partials.delete-user-modal')
-
+
-
-
-
+
+ @include('profile.partials.sidebar')
+
+
-
- @include('layouts.footer')
+ @vite(['resources/js/user-blacklist.js'])
+
+ @include('profile.partials.update-profile-information-form')
+
+
+
+
+ @include('profile.partials.update-password-form')
+
+
+ @include('profile.partials.update-blacklist-form')
+
+
+ @include('profile.partials.update-design-form')
+
+
+ @include('profile.partials.delete-user-form')
+
+ @include('profile.partials.delete-user-modal')
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
-
+ @include('partials.background')
+
diff --git a/resources/views/profile/watched.blade.php b/resources/views/profile/watched.blade.php
index 841b61f..9d475fd 100644
--- a/resources/views/profile/watched.blade.php
+++ b/resources/views/profile/watched.blade.php
@@ -1,20 +1,9 @@
-
-
-@include('partials.head')
-
-
- @include('profile.partials.sidebar')
-
+
- @livewire('user-subscription', ['user' => $user])
-
-
+
-
-
+
+ @include('profile.partials.sidebar')
+
+ @livewire('user-subscription', ['user' => $user])
-
- @include('layouts.footer')
+
- @include('layouts.navigation')
-
-
- @include('partials.background')
-
- @include('layouts.footer')
+
+ @include('partials.background')
+
diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php
index 8053d44..5bbcd64 100644
--- a/resources/views/search/index.blade.php
+++ b/resources/views/search/index.blade.php
@@ -1,17 +1,4 @@
-
-
-@include('partials.head')
-
-
-
+ @include('partials.background')
+ @livewire('live-search')
+
diff --git a/resources/views/series/index.blade.php b/resources/views/series/index.blade.php
index 0e6f84a..872b874 100644
--- a/resources/views/series/index.blade.php
+++ b/resources/views/series/index.blade.php
@@ -1,30 +1,18 @@
-
-
+
+ @php $episode = $hentai->episodes[0]; @endphp
+
-
-
- @include('profile.partials.sidebar')
- @livewire('watched', ['user' => $user])
-
-
+
-
-
+
+ @include('profile.partials.sidebar')
+ @livewire('watched', ['user' => $user])
+
- @include('layouts.navigation')
-
-
- @include('partials.background')
- @livewire('live-search')
-
- @include('layouts.footer')
-
-
-
-
+
+
+
+
+
diff --git a/resources/views/stream/index.blade.php b/resources/views/stream/index.blade.php
index 3b7e9f3..63f63be 100644
--- a/resources/views/stream/index.blade.php
+++ b/resources/views/stream/index.blade.php
@@ -1,67 +1,55 @@
-
-
- @include('partials.head')
-
-
+ @include('series.partials.info')
- @include('partials.head')
+ @include('series.partials.episodes')
-
-
-
-
+
- @include('layouts.navigation')
-
-
- @php $episode = $hentai->episodes[0]; @endphp
-
-
- @include('layouts.footer')
-
-
-
-
-
- @include('series.partials.popular')
-
-
- @include('series.partials.info')
+
+
- @include('series.partials.episodes')
+ @include('series.partials.popular')
-
- @include('layouts.navigation')
-
-
-
-
- @if($episode->is_dvd_aspect)
-
- @else
-
+ + @include('modals.download') + @include('modals.add-to-playlist') + @include('modals.share') + + @auth + + @if(Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR) || Auth::user()->hasRole(\App\Enums\UserRole::MODERATOR)) + @include('admin.modals.edit-episode') + @endif + + @if(Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR)) + @include('admin.modals.upload-episode') + @include('admin.modals.add-subtitles') + @endif + + @endauth + + @vite(['resources/js/player.js']) +
- @endif
-
- @include('stream.partials.player')
+
+
+
+
- @livewireScripts
-
-
+
+ @if($episode->is_dvd_aspect)
+
- - @include('modals.download') - @include('modals.add-to-playlist') - @include('modals.share') + @endif - @auth + @include('admin.stream') + + @include('stream.partials.info') + +
+
+
+ @else
+
+ @if($isMobile)
+
+ @endif
+
+ @include('stream.partials.player')
- @if($isMobile)
-
-
-
- @include('stream.partials.playlist')
-
- @endif
-
- @include('admin.stream')
-
- @include('stream.partials.info')
-
-
- @if(! $isMobile)
- @include('stream.partials.playlist')
- @endif
-
- @include('stream.partials.more-episodes')
- @include('stream.partials.more-studio')
- @include('series.partials.popular')
-
-
+ @include('stream.partials.playlist')
- - - @include('modals.download') - @include('modals.add-to-playlist') - @include('modals.share') + @endif - @auth + @include('admin.stream') + + @include('stream.partials.info') + +
+ @if(! $isMobile)
+ @include('stream.partials.playlist')
+ @endif
- @if(Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR) || Auth::user()->hasRole(\App\Enums\UserRole::MODERATOR))
- @include('admin.modals.edit-episode')
- @endif
-
- @if(Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR))
- @include('admin.modals.upload-episode')
- @include('admin.modals.add-subtitles')
- @endif
-
- @endauth
-
- @vite(['resources/js/player.js'])
-
- @include('layouts.footer')
+ @include('stream.partials.more-episodes')
+ @include('stream.partials.more-studio')
+ @include('series.partials.popular')
+
+ + @include('modals.download') + @include('modals.add-to-playlist') + @include('modals.share') + + @auth + + @if(Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR) || Auth::user()->hasRole(\App\Enums\UserRole::MODERATOR)) + @include('admin.modals.edit-episode') + @endif + + @if(Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR)) + @include('admin.modals.upload-episode') + @include('admin.modals.add-subtitles') + @endif + + @endauth + + @vite(['resources/js/player.js']) +