@extends('layouts.app') @php use Illuminate\Support\Str; @endphp @section('content')
| ID | Table | Record | Action | User | Description | Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ $log->id }} |
{{ $log->table_name }}
|
#{{ $log->record_id }} | @php $colors = [ 'created' => 'success', 'updated' => 'warning', 'deleted' => 'danger' ]; @endphp {{ ucfirst($log->action) }} | {{ $log->user->name ?? 'System' }} | {{ Str::limit($log->description ?? 'N/A', 60) }} |
{{ $log->created_at->format('d M Y') }} {{ $log->created_at->format('h:i A') }} |
|
| No audit logs found. | |||||||