diff --git a/resources/views/livewire/live-search.blade.php b/resources/views/livewire/live-search.blade.php index c60634a..52d0d7e 100644 --- a/resources/views/livewire/live-search.blade.php +++ b/resources/views/livewire/live-search.blade.php @@ -1,4 +1,4 @@ -
+
@include('livewire.partials.search-filter')
diff --git a/resources/views/profile/comments.blade.php b/resources/views/profile/comments.blade.php index 242d46d..a330728 100644 --- a/resources/views/profile/comments.blade.php +++ b/resources/views/profile/comments.blade.php @@ -1,23 +1,12 @@ - - -@include('partials.head') - -
- @include('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') -
- -
-
+ + @include('partials.background') +
+
+ @include('profile.partials.sidebar') +
+
-
- @include('layouts.footer') +
- - + 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('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') - @include('profile.partials.info') -
-
-
- @include('layouts.footer') + + @include('partials.background') +
+
+ @include('profile.partials.sidebar') + @include('profile.partials.info') +
- - - +
\ 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('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') - @livewire('user-likes') -
-
-
- @include('layouts.footer') + + @include('partials.background') +
+
+ @include('profile.partials.sidebar') + @livewire('user-likes') +
- - +
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('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') -
+ + @include('partials.background') +
+
+ @include('profile.partials.sidebar') +
- @forelse($notifications as $notification) -
+ @forelse($notifications as $notification) +
- -
-
- - {{ $notification->data['type'] ?? 'Notification' }} - -
- -

- {{ $notification->data['message'] ?? '' }} -

-
- - -
- - Open - - -
- @csrf - @method('delete') - - - -
+ +
+
+ + {{ $notification->data['type'] ?? 'Notification' }} +
+

+ {{ $notification->data['message'] ?? '' }} +

- @empty -
-

No notifications

-

(╥﹏╥)

+ + +
+ + Open + + +
+ @csrf + @method('delete') + + + +
- @endforelse -
+ +
+ @empty +
+

No notifications

+

(╥﹏╥)

+
+ @endforelse
-
- @include('layouts.footer') -
- - +
+ 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') - -
- @include('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') -
-
- @include('profile.partials.user-playlists') -
-
- @include('modals.create-playlist') + + @include('partials.background') +
+
+ @include('profile.partials.sidebar') +
+
+ @include('profile.partials.user-playlists')
-
- @include('layouts.footer') + @include('modals.create-playlist') +
- - + 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('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') -
-
- @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') -
- @vite(['resources/js/user-blacklist.js']) + + @include('partials.background') +
+
+ @include('profile.partials.sidebar') +
+
+ @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.footer') + @vite(['resources/js/user-blacklist.js']) +
- - - + 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') - -
- @include('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') -
- @livewire('user-subscription', ['user' => $user]) -
-
+ + @include('partials.background') +
+
+ @include('profile.partials.sidebar') +
+ @livewire('user-subscription', ['user' => $user])
-
- @include('layouts.footer') +
- - + 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('layouts.navigation') - -
- @include('partials.background') -
-
- @include('profile.partials.sidebar') - @livewire('watched', ['user' => $user]) -
-
-
- @include('layouts.footer') + + @include('partials.background') +
+
+ @include('profile.partials.sidebar') + @livewire('watched', ['user' => $user]) +
- - +
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('layouts.navigation') - -
- @include('partials.background') - @livewire('live-search') -
- @include('layouts.footer') -
- - - + + @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('series.partials.info') - @include('partials.head') + @include('series.partials.episodes') - -
- @include('layouts.navigation') - -
- @php $episode = $hentai->episodes[0]; @endphp -
-
-
- @include('series.partials.info') + +
- @include('series.partials.episodes') + @include('series.partials.popular') - -
- - @include('series.partials.popular') - -
-
- - @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('layouts.navigation') - -
-
-
- @if($episode->is_dvd_aspect) -
- @else -
- @endif - - @include('stream.partials.player') + +
+
+ @if($episode->is_dvd_aspect) +
+ @else +
+ @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') -
-
+ @if($isMobile) +
+ @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') +
- @livewireScripts - - +
+
+ + @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']) +