@extends('layouts.app') @section('title',"Journal d'audit") @section('content')
| Date | Utilisateur | Action | Cible | IP |
|---|---|---|---|---|
| {{ $l->created_at->format('d/m H:i:s') }} | {{ $l->user?->name ?? '-' }} | {{ $l->action }} | {{ $l->target_type }} {{ $l->target_id }} | {{ $l->ip }} |
| Aucune entrée. | ||||