@extends('admin.layout') @section('title', 'Audit Log') @section('content')
| Zaman | Kullanıcı | Aksiyon | Hedef | IP |
|---|---|---|---|---|
| {{ $log->created_at?->format('d.m.Y H:i') }} | {{ $log->user?->name }} | {{ $log->action }} | {{ $log->auditable_type ? class_basename($log->auditable_type).' #'.$log->auditable_id : '-' }} | {{ $log->ip_address }} |