@if ($specs)
@endif
{{ ucfirst(str_replace('_', ' ', $type)) }}
@if ($isInstalled)
Installed
@endif
{{ $name }}
@if ($category !== '')
{{ $category }}
@endif
{{ $description !== '' ? Str::limit($description, 120) : 'No short description provided.' }}