diff --git a/resources/views/livewire/mod/index.blade.php b/resources/views/livewire/mod/index.blade.php index 8d5912f..e65b031 100644 --- a/resources/views/livewire/mod/index.blade.php +++ b/resources/views/livewire/mod/index.blade.php @@ -1,138 +1,138 @@ -{{-- TODO: This container should have the darker background, like the homepage. --}} -
-

{{ __('Mods') }}

-

{!! __('Explore an enhanced SPT experience with the mods available below. Check out the featured mods for a tailored solo-survival game with maximum immersion.') !!}

+
+
+

{{ __('Mods') }}

+

{!! __('Explore an enhanced SPT experience with the mods available below. Check out the featured mods for a tailored solo-survival game with maximum immersion.') !!}

-
-

{{ __('Filters') }}

-
-
+
+

{{ __('Filters') }}

+
+
- - - -
- - +
- -
+ {{ __('Filters') }} {{-- // TODO: Ideally, we should have a count of the number of filters here: "5 Filters" --}} + - - -
-

{{ __('Loading...') }}

-
-
-
-
-
-
- @php - $totalVersions = count($availableSptVersions); - $half = ceil($totalVersions / 2); - @endphp -
- {{ __('SPT Versions') }} -
- @foreach ($availableSptVersions as $index => $version) - @if ($index < $half) - {{ $version->version }} - @endif - @endforeach -
-
-
-   -
- @foreach ($availableSptVersions as $index => $version) - @if ($index >= $half) - {{ $version->version }} - @endif - @endforeach -
-
-
-
-
- {{ __('Featured') }} -
- {{ __('Include') }} - {{ __('Exclude') }} - {{ __('Only') }} -
-
-
-
-
-
-
-
-
- +
+ + + + + +
+

{{ __('Loading...') }}

- +
+
+
+ @php + $totalVersions = count($availableSptVersions); + $half = ceil($totalVersions / 2); + @endphp +
+ {{ __('SPT Versions') }} +
+ @foreach ($availableSptVersions as $index => $version) + @if ($index < $half) + {{ $version->version }} + @endif + @endforeach +
+
+
+   +
+ @foreach ($availableSptVersions as $index => $version) + @if ($index >= $half) + {{ $version->version }} + @endif + @endforeach +
+
+
+
+
+ {{ __('Featured') }} +
+ {{ __('Include') }} + {{ __('Exclude') }} + {{ __('Only') }} +
+
+
+
+
+
+
+
+
+ +
+
-
-
+
- {{ $mods->onEachSide(1)->links() }} + {{ $mods->onEachSide(1)->links() }} - {{-- Mod Listing --}} - @if ($mods->isNotEmpty()) -
- @foreach ($mods as $mod) - - @endforeach -
- @else -
-

{{ __('There were no mods found with those filters applied. ') }}

- - - -
- @endif - - {{ $mods->onEachSide(1)->links() }} + {{-- Mod Listing --}} + @if ($mods->isNotEmpty()) +
+ @foreach ($mods as $mod) + + @endforeach +
+ @else +
+

{{ __('There were no mods found with those filters applied. ') }}

+ + + +
+ @endif + {{ $mods->onEachSide(1)->links() }} +