Activity Logs Report

User: {{ Auth::user()->name }}
Period: {{ ucfirst($range) }}
Date: {{ now()->format('M d, Y h:i A') }}
@foreach($logs as $log) @endforeach
Date & Time Action Description IP Address
{{ $log->created_at->format('Y-m-d H:i') }} {{ $log->action }} {{ $log->description ?: '-' }} @if($log->subject_type && $log->subject_id)
{{ class_basename($log->subject_type) }} #{{ $log->subject_id }} @endif
{{ $log->ip_address ?: '-' }}