@extends('layouts.cbt') @section('page-title', 'Log Aktivitas') @section('sidebar')@include('components.admin-sidebar')@endsection @section('content')
Pembaruan otomatis setiap 3 detik
| Waktu (WIB) | User | Aksi | IP |
|---|---|---|---|
| {{ $log->created_at->format('d/m/Y H:i:s') }} {{ $log->created_at->diffForHumans() }} | {{ $log->user->name ?? 'System' }} | {{ $log->action }} | {{ $log->ip_address }} |