@extends('admin.social-automation.layout') @section('title', 'Metrikler') @section('sma_content')
Başarıyla paylaşılmış içeriklerin platform bazlı performans özeti.
Henüz başarıyla paylaşılmış bir içerik yok.
@else{{ $data['count'] }} paylaşım ({{ $data['with_metrics'] }} metrikli)
@if (count($data['totals']) > 0) @foreach ($data['totals'] as $key => $value)Metrik verisi yok.
@endif| Platform | İş | Bağlantı | Metrikler | Son Güncelleme |
|---|---|---|---|---|
| @include('admin.social-automation.partials.platform-icon', ['platform' => $result->platform, 'size' => 18]) {{ $platforms[$result->platform]['label'] ?? $result->platform }} | #{{ $result->content_job_id }} | @if ($result->external_url) görüntüle @else — @endif |
@if ($result->metrics)
@foreach ($result->metrics as $metricKey => $metricValue)
@else
Henüz çekilmedi
@endif
{{ $metricLabels[$metricKey] ?? $metricKey }}: {{ number_format($metricValue) }}
@endforeach
|
{{ $result->metrics_fetched_at?->diffForHumans() ?? '—' }} |
Henüz başarıyla paylaşılmış bir içerik yok.
@endif