@extends('admin.social-automation.layout') @section('title', 'Önceki Görevler') @section('sma_content')

Önceki Görevler

@if ($jobs->isEmpty())

Henüz iş yok.

@else @foreach ($jobs as $job) @endforeach
İşTarifDurumPlatformlarTarih
{{ $job->displayName() }} @if ($job->name)
#{{ $job->id }}
@endif
{{ \Illuminate\Support\Str::limit($job->keywords ?: '—', 40) }} {{ $job->status }} {{ implode(', ', $job->target_platforms ?? []) }} {{ $job->created_at->diffForHumans() }}
@csrf @method('DELETE')
@endif
@endsection