@props(['mod', 'version']) @if ($mod->featured && !request()->routeIs('home'))
{{ __('Featured!') }}
@endif
@if ($mod->thumbnail) {{ $mod->name }} @else {{ $mod->name }} @endif

{{ $mod->name }}

{{ __('By :authors', ['authors' => $mod->users->pluck('name')->implode(', ')]) }}

@if ($version?->latestSptVersion)

{{ $version->latestSptVersion->version_formatted }}

@endif

{{ Str::limit($mod->teaser, 100) }}

@if (($mod->updated_at || $mod->created_at) && $version)
@endif
{{ Number::downloads($mod->downloads) }}