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

{{ $plugin['name'] }}

{{ $plugin['short_description'] ?? '' }}

@if(!empty($plugin['banners']['high']))
{{ $plugin['name'] }}
@endif @if(!empty($plugin['sections']['description']))

Açıklama

{!! $plugin['sections']['description'] !!}
@endif @if(!empty($plugin['sections']['installation']))

Kurulum

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

Sık Sorulan Sorular

{!! $plugin['sections']['faq'] !!}
@endif
@if(!empty($plugin['icons']['128'])) {{ $plugin['name'] }} @else
@endif
@if(isset($plugin['version']))
Versiyon {{ $plugin['version'] }}
@endif @if(isset($plugin['last_updated']))
Son Güncelleme {{ \Carbon\Carbon::parse($plugin['last_updated'])->format('d.m.Y') }}
@endif @if(isset($plugin['active_installs']))
Aktif Kurulum {{ number_format($plugin['active_installs']) }}+
@endif @if(isset($plugin['downloaded']))
İndirme {{ number_format($plugin['downloaded']) }}+
@endif @if(isset($plugin['rating']))
Değerlendirme
{{ number_format($plugin['rating'] / 20, 1) }}/5
@endif
@if(!empty($plugin['tags']))

Etiketler

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