@extends('layouts.app') @section('title', $site->name . ' - WordPress Sayfaları') @section('content')
{{ session('success') }}
{{ session('error') }}
@if(session('transfer_errors')){{ $wpPagesError }}
WordPress sitesinde aktif sayfa bulunamadı.
| @if($sites->count() > 0) @endif Başlık | Durum | Oluşturulma | Güncelleme | İşlemler |
|---|---|---|---|---|
|
@if($sites->count() > 0)
@endif
{{ $title }}
@if($pageUrl)
{{ $pageUrl }}
@endif
|
@php $statusColors = [ 'publish' => 'bg-green-100 text-green-800', 'draft' => 'bg-yellow-100 text-yellow-800', 'pending' => 'bg-orange-100 text-orange-800', 'private' => 'bg-purple-100 text-purple-800', 'trash' => 'bg-red-100 text-red-800', ]; $statusColor = $statusColors[$status] ?? 'bg-gray-100 text-gray-800'; @endphp {{ $status }} | {{ $dateCreated }} | {{ $dateModified }} | @if($sites->count() > 0) @endif |