@extends('layouts.app') @section('title', 'Admin - Chapter Content Sync') @section('content')
Quản lý đồng bộ nội dung chapter từ API
{{ number_format($stats['total_chapters']) }}
{{ number_format($stats['synced_chapters']) }}
{{ $stats['total_chapters'] > 0 ? round(($stats['synced_chapters'] / $stats['total_chapters']) * 100, 1) : 0 }}%
{{ number_format($stats['unsynced_chapters']) }}
{{ $syncStatus['message'] }}