@extends('layouts.cbt') @section('page-title', 'Log Aktivitas') @section('sidebar')@include('components.admin-sidebar')@endsection @section('content')

Pembaruan otomatis setiap 3 detik

@foreach($logs as $log) @endforeach
Waktu (WIB)UserAksiIP
{{ $log->created_at->format('d/m/Y H:i:s') }} {{ $log->created_at->diffForHumans() }} {{ $log->user->name ?? 'System' }} {{ $log->action }} {{ $log->ip_address }}
{{ $logs->links() }}
@push('scripts') @endpush @endsection