@extends('admin.social-automation.layout') @section('title', 'İş #'.$job->id) @section('sma_content')
İş #{{ $job->id }}
@endif @if ($job->recurringContentPlan)Otomatik İçerik planından üretildi: {{ $job->recurringContentPlan->name }}
@endifTarif: {{ $job->keywords ?: '—' }}
@if ($job->status === \App\Models\SocialAutomation\ContentJob::STATUS_FAILED && $job->error_message){{ $job->title }}
{{ $job->story_text }}
{{ $job->caption }}
{{ implode(' ', $job->hashtags ?? []) }}
@endif @elseHikaye henüz üretilmedi...
@endif{{ ['vertical' => 'Dikey (Story/Reels/Shorts)', 'square' => 'Kare (Post)', 'horizontal' => 'Yatay (Normal Video)'][$ratio] ?? $ratio }}
Henüz üretilmedi...
@endifYukarıdaki hikaye/görsel/video hazır ama henüz hiçbir yere paylaşılmadı. Beğenmediysen bir şey yapmana gerek yok — paylaşmak istediğin platformları seçip aşağıdan onaylarsan gönderilir.
Bu iş {{ $job->scheduled_at?->translatedFormat('d F Y H:i') }} tarihinde otomatik olarak şu platformlara paylaşılacak: {{ collect($job->target_platforms)->map(fn ($p) => $platforms[$p]['label'] ?? $p)->join(', ') }}.
| Platform | Durum | Bağlantı / Not | Metrikler |
|---|---|---|---|
| @include('admin.social-automation.partials.platform-icon', ['platform' => $result->platform, 'size' => 18]) {{ $platforms[$result->platform]['label'] ?? $result->platform }} | {{ $result->status }} | @if ($result->external_url) görüntüle @else {{ $result->error_message }} @endif |
@if ($result->status === 'success')
@if ($result->metrics)
@foreach ($result->metrics as $metricKey => $metricValue)
{{ $metricLabels[$metricKey] ?? $metricKey }}: {{ number_format($metricValue) }}
@endforeach
Son güncelleme: {{ $result->metrics_fetched_at?->diffForHumans() }} @endif @else — @endif |
Paylaşım sonuçları bekleniyor...
@elseif (count($job->publishResults) === 0)Henüz paylaşım yapılmadı.
@endif