@extends('layouts.app') @section('title', 'Log 紀錄') @section('content')
| # | 帳號 | IP | 平台 | 時間 | 動作 |
|---|---|---|---|---|---|
| {{ number_format($seq) }} | {{ $userName }} | {{ $log->ip_address ?? '—' }} | {{ $os }} / {{ $browser }} | {{ $log->created_at->format('Y-m-d H:i:s') }} | {{ $log->action_label }} |