@extends('layouts.admin') @section('title','Audit Logs') @section('content')
See important changes made by administrators.
| Activity | Administrator | Item | IP address | Details | Date |
|---|---|---|---|---|---|
| {{ str_replace(['.','_'],' ',ucwords($item->event, '._')) }} | Admin #{{ $item->actor_id }} | {{ class_basename($item->auditable_type) }} #{{ $item->auditable_id }} | {{ $item->ip_address }} | {{ str(json_encode($item->new_values))->limit(60) }} | {{ $item->created_at->format('M j, Y H:i') }} |
| No activity has been recorded. | |||||