| 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 ?: '-' }} |