@extends('layouts.app') @section('title', 'Error Logs') @section('header', 'Biometric Error Logs') @section('subheader', 'Connection, sync, and mapping errors') @section('header-actions') Devices @endsection @section('content')
| When | Device | Type | Message |
|---|---|---|---|
| {{ $error->occurred_at?->format('d M H:i') ?? $error->created_at->format('d M H:i') }} | {{ $error->device?->name ?? '—' }} | {{ $error->type }} | {{ $error->message }} |
| No errors logged. 🎉 | |||