@extends('layouts.admin') @section('header')
當前狀態
{{ strtoupper($machine->status) }}
位置
{{ $machine->location }}
最後心跳時間
{{ $machine->last_heartbeat_at ?? 'N/A' }}
| 時間 | 層級 | 訊息 |
|---|---|---|
| {{ $log->created_at->format('Y-m-d H:i:s') }} | @php $levelClasses = [ 'info' => 'text-blue-400', 'warning' => 'text-yellow-400', 'error' => 'text-red-400 font-bold', ]; @endphp [{{ strtoupper($log->level) }}] |
{{ $log->message }}
@if($log->context)
{{ json_encode($log->context) }}
@endif
|
| 暫無相關日誌 | ||