@extends('layouts.admin') @section('title', 'Sync Logs — ' . $user->name) @section('page-title', 'Sync Logs') @section('content')
{{ $user->email }} @if($user->plan) · {{ ucfirst($user->plan) }} @endif
| Direction | Table | Records | Conflicts | Duration | Status | Error | Time |
|---|---|---|---|---|---|---|---|
| @if($log->direction === 'upload') ↑ Upload @else ↓ Download @endif | {{ $log->table_name }} | {{ number_format($log->records_count) }} | {{ number_format($log->conflicts_count) }} | {{ number_format($log->duration_ms) }} ms | {{ ucfirst($log->status) }} | {{ $log->error_message ?? '—' }} | {{ $log->created_at?->format('d M Y H:i') }} |
| No logs found for this user. | |||||||