@extends('layout') @section('title', 'Activity Log') @section('content')
Monitor semua aktivitas sistem
{{ $label }}
{{ $value }}
| User | Aksi | Deskripsi | Waktu | IP | User Agent |
|---|---|---|---|---|---|
|
{{ $activity->user->name ?? 'System' }}
{{ $activity->user->email ?? '-' }}
|
{{ str_replace('_', ' ', $activity->action) }} | {{ $activity->description }} | {{ $activity->created_at->format('d M Y H:i') }} | {{ $activity->ip_address ?? '-' }} | @if($activity->user_agent) @else - @endif |
| Belum ada aktivitas | |||||
{{ $activity->description }}
{{-- IP --}}IP: {{ $activity->ip_address ?? '-' }}
{{-- User Agent --}} @if($activity->user_agent) @endif