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

{{ $mod->name }}

@if($versionScope !== 'none' && $mod->{$versionScope} !== null && $mod->{$versionScope}->latestSptVersion !== null) {{ $mod->{$versionScope}->latestSptVersion->first()->version_formatted }} @endif

By {{ $mod->users->pluck('name')->implode(', ') }}

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

@if($versionScope !== 'none' && $mod->{$versionScope} !== null) @endif