@extends('layouts.admin')
@section('title', 'Audit Logs')
@section('content')
| Date | User | Action | Module | Record | IP |
|---|---|---|---|---|---|
| {{ $log->created_at?->format('M j, Y H:i') }} | {{ $log->user?->name ?? '—' }} | {{ $log->action }} | {{ $log->module }} | {{ $log->record_type ? class_basename($log->record_type).' #'.$log->record_id : '—' }} | {{ $log->ip_address ?? '—' }} |
| No audit logs | |||||