@extends('layouts.app') @section('content')
| ID | User | Action | Description | IP Address | Date |
|---|---|---|---|---|---|
| {{ $log->id }} | {{ $log->user ? $log->user->name : 'System' }} | {{ $log->action }} | {{ $log->description }} | {{ $log->ip_address }} | {{ $log->created_at->format('M d, Y H:i') }} |