Log Aktivitas
s/d
@forelse ($rows as $row) @empty @endforelse
NAMA SUBJEK INFORMASI
{{ $row->user_name ?? '-' }} {{ $row->subject ?? '-' }}
{{ $row->created_at->format('d/m/Y - H:i:s') ?? '-' }}
URL : {{ $row->url ?? '-' }}

User ID : {{ $row->user_id ?? '-' }}

Method : @if ($row->method == 'GET')
{{ $row->method ?? '-' }}
@elseif ($row->method == 'POST' || $row->method == 'PATCH' || $row->method == 'PUT')
{{ $row->method ?? '-' }}
@else
{{ $row->method ?? '-' }}
@endif IP : {{ $row->ip ?? '-' }}
Tidak ada data ditemukan
{{ $rows->links() }}