@extends('layouts.app') @section('title', 'Sync Logs') @section('header', 'Device Sync Logs') @section('subheader', 'History of biometric synchronisations') @section('header-actions') Devices @endsection @section('content')
| When | Device | Status | Fetched | Imported | Duplicates | Unmatched | Message |
|---|---|---|---|---|---|---|---|
| {{ $log->created_at->format('d M H:i') }} | {{ $log->device?->name ?? '—' }} | {{ $log->records_fetched }} | {{ $log->records_imported }} | {{ $log->duplicates_skipped }} | {{ $log->unmatched }} | {{ $log->message }} | |
| No sync history yet. | |||||||