@extends('layouts.app') @section('content')
Tema Listesine Dön

{{ $theme['name'] }}

{{ $theme['description'] ?? '' }}

@if(!empty($theme['screenshot_url']))
{{ $theme['name'] }}
@endif @if(!empty($theme['sections']['description']))

Açıklama

{!! $theme['sections']['description'] !!}
@endif @if(!empty($theme['screenshots']))

Ekran Görüntüleri

@foreach($theme['screenshots'] as $screenshot) Screenshot @endforeach
@endif @if(!empty($theme['sections']['installation']))

Kurulum

{!! $theme['sections']['installation'] !!}
@endif @if(!empty($theme['sections']['faq']))

Sık Sorulan Sorular

{!! $theme['sections']['faq'] !!}
@endif
@if(!empty($theme['screenshot_url'])) {{ $theme['name'] }} @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']))

Etiketler

@foreach($theme['tags'] as $tag => $url) {{ $tag }} @endforeach
@endif
@if(!empty($theme['homepage'])) Ana Sayfa @endif @if(!empty($theme['preview_url'])) Önizleme @endif WordPress.org Sayfası
@endsection