diff --git a/resources/views/mod/show.blade.php b/resources/views/mod/show.blade.php index 7c779dc..2450b42 100644 --- a/resources/views/mod/show.blade.php +++ b/resources/views/mod/show.blade.php @@ -9,11 +9,11 @@
- {{-- mod info card --}} + {{-- Main Mod Details Card --}}
- @if(empty($mod->thumbnail)) + @if (empty($mod->thumbnail)) {{ $mod->name }} @else @@ -39,42 +39,31 @@
- - {{-- tabs --}} -
+ {{-- Tabs --}} +
- - {{-- dropdown select, for small screens --}} + {{-- Mobile Dropdown --}}
-
- {{-- tab buttons --}} + {{-- Desktop Tabs --}}
- {{-- tab panels --}} - {{-- description --}} -
+ {{-- Mod Description --}} +
{{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}} -

{!! Str::markdown($mod->description) !!}

+ {!! Str::markdown($mod->description) !!}
- {{-- versions --}} -
- @foreach($mod->versions as $version) - @if(!$version->disabled) -
-
-
-
- - Version {{$version->version}} - -

{{ Number::forhumans($version->downloads) }} Downloads

-
-
- - {{ $version->sptVersion->version }} - - {{__('Virus Total Results')}} -
-
- Created {{ Carbon::parse($version->created_at)->format("M d, h:m a") }} - Last Updated {{ Carbon::parse($version->updated_at)->format("M d, h:m a") }} -
+ + {{-- Mod Versions --}} +
+ @foreach ($mod->versions as $version) +
+
+
+ + {{ __('Version') }} {{ $version->version }} + +

{{ Number::forhumans($version->downloads) }} {{ __('Downloads') }}

+
+
+ + {{ $version->sptVersion->version }} + + {{__('Virus Total Results')}} +
+
+ {{ __('Created') }} {{ $version->created_at->format("M d, h:m a") }} + {{ __('Updated') }} {{ $version->updated_at->format("M d, h:m a") }}
-
+
{{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}} -

{!! Str::markdown($version->description) !!}

+ {!! Str::markdown($version->description) !!}
- @endif @endforeach
+ {{-- Comments --}} -
-

The comments go here

+
+

{{ __('The comments go here.') }}

- {{-- right side panel area --}} + {{-- Right Column --}}
- {{-- main download button --}} + {{-- Main Download Button --}} - + - {{-- mod details --}} + {{-- Additional Mod Details --}}

{{ __('Details') }}