@extends('layouts.admin') @section('title', 'Audit Log') @section('content')
| Time | User | Action | Subject | IP |
|---|---|---|---|---|
| {{ $log->created_at->format('M j Y, g:i A') }} | {{ $log->user?->name ?? ' |
{{ $log->action }} |
@if($log->subject_type) {{ class_basename($log->subject_type) }} #{{ $log->subject_id }} @else — @endif | {{ $log->ip_address }} |