@extends('layouts.admin')
@section('title', 'Processing Logs')
@section('header', 'Processing Logs')
@section('content')
| ID | Source | Identifier | Statut | Retries | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $log->id }} | {{ $log->source_type }} | {{ Str::limit($log->source_identifier ?? 'N/A', 30) }} | {{ ucfirst($log->status) }} | {{ $log->retry_count }} | {{ $log->created_at->format('d/m/Y H:i') }} | Voir |
| Aucun log trouvé | ||||||