{{ __('Mod Details') }}

{{-- mod info card --}}
@if(empty($mod->thumbnail)) {{ $mod->name }} @else {{ $mod->name }} @endif

{{ $mod->name }} {{ $mod->latestVersion->version }}

{{ $mod->latestVersion->sptVersion->version }}

{{ __('Created by') }} {{ $mod->users->pluck('name')->implode(', ') }}

{{ $mod->latestVersion->sptVersion->version }} {{ __('Compatible') }}

{{ Number::format($mod->total_downloads) }} {{ __('Downloads') }}

{{-- tabs --}}
{{-- dropdown select, for small screens --}}
{{-- tab buttons --}}
{{-- tab panels --}} {{-- description --}}
{{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}}

{!! 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") }}
{{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}}

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

@endif @endforeach
{{-- Comments --}}

The comments go here

{{-- right side panel area --}}
{{-- main download button --}} {{-- mod details --}}

{{ __('Details') }}