{{ __('Mod Details') }}

@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') }}

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

{{-- Use an "onChange" listener to redirect the user to the selected tab URL. --}}
{{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}}

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

{{ __('Details') }}