@if(!empty($theme['screenshot_url']))
![{{ $theme['name'] }}]({{ $theme['screenshot_url'] }})
@else
@endif
@if(isset($theme['version']))
Versiyon
{{ $theme['version'] }}
@endif
@if(isset($theme['last_updated']))
Son Güncelleme
{{ \Carbon\Carbon::parse($theme['last_updated'])->format('d.m.Y') }}
@endif
@if(isset($theme['downloaded']))
İndirme
{{ number_format($theme['downloaded']) }}+
@endif
@if(isset($theme['rating']))
Değerlendirme
{{ number_format($theme['rating'] / 20, 1) }}/5
@endif
@if(isset($theme['author']))
Geliştirici
{{ $theme['author'] }}
@endif
@if(isset($theme['parent']))
Ana Tema
{{ $theme['parent'] }}
@endif
@if(isset($theme['template']))
Template
{{ $theme['template'] }}
@endif
@if(!empty($theme['tags']))