@php // system_plugins boş veya null ise, eklenti kurulu değil kabul et $systemPlugins = $site->system_plugins ?? []; $isRankMathInstalled = false; // Eğer system_plugins boş değilse kontrol et if (!empty($systemPlugins) && is_array($systemPlugins)) { $isRankMathInstalled = $site->isRankMathInstalled(); } $hasSshCredentials = !empty($site->ssh_host) && !empty($site->ssh_user) && !empty($site->ssh_path); @endphp
@if (!$isRankMathInstalled)
@csrf @if (!$hasSshCredentials)

SSH bilgileri eksik

@endif
@if ($hasSshCredentials) @endif
@endif

Rank Math SEO Bilgileri

WordPress'teki gönderinin SEO başlığı ve açıklamasını GSP Connector üzerinden günceller.

@csrf

@if (!empty($wpSeoPostsCachedAt)) Son güncelleme: {{ optional($wpSeoPostsCachedAt)->format('d.m.Y H:i') }} @endif Yenile

@if ($wpSeoPostsError)

{{ $wpSeoPostsError }}

@elseif (empty($wpSeoPosts))

Gönderi listesi şu an boş görünüyor. Yenilemeyi deneyebilir veya ID'yi elle girebilirsiniz.

@endif @error('post_id')

{{ $message }}

@enderror
@push('scripts') @endpush