@extends('layouts.app')
@section('page-title', 'Log Aktivitas')
@section('page-subtitle', 'Administrasi')
@section('content')
| Waktu | Pengguna | Modul | Aktivitas | Alamat IP |
|---|---|---|---|---|
| {{ \App\Helpers\DateHelper::formatTanggalLengkap($log->created_at) }} | {{ $log->user->name ?? 'Sistem' }} | {{ $log->activity }} | {{ $log->ip_address ?: '-' }} | |
| Belum ada aktivitas tercatat. | ||||