{{ __('Mod Details') }}

{{-- Mod Info Card --}}
@if(empty($mod->thumbnail)) {{ $mod->name }} @else {{ $mod->name }} @endif

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

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

{{ $mod->latestSptVersion->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

Created {{ \Carbon\Carbon::parse($version->created_at)->format("M d, h:m a") }} Last Updated {{ \Carbon\Carbon::parse($version->updated_at)->format("M d, h:m a") }}

{{$version->description}}

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

The comments go here

{{-- --}}

{{ __('Details') }}