@extends('admin.social-automation.layout') @section('title', 'Önceki Görevler') @section('sma_content')
Henüz iş yok.
@else| İş | Tarif | Durum | Platformlar | Tarih | |
|---|---|---|---|---|---|
|
{{ $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() }} |