@extends('layouts.app') @section('title', 'Activity History - ' . $admin->name) @section('content')
| Action | Model Type | Model ID | Description | Date & Time | Details |
|---|---|---|---|---|---|
| @if($log->action == 'created') Created @elseif($log->action == 'updated') Updated @elseif($log->action == 'deleted') Deleted @else {{ ucfirst($log->action) }} @endif | {{ $log->model_type ?? 'N/A' }} | {{ $log->model_id ?? '-' }} |
{{ $log->description }} |
{{ $log->created_at->format('M d, Y') }}
{{ $log->created_at->format('H:i:s A') }}
|
@if($log->getChangedFields()) @endif |
| No activities found for this admin | |||||