@extends('admin.layout') @section('title', 'Log Attività') @section('page_title', 'Log Attività') @section('breadcrumbs')
| Data/Ora | Utente | Azione | Modulo | Descrizione | IP |
|---|---|---|---|---|---|
| {{ $log->created_at->format('d/m/Y H:i:s') }} | {{ $log->user->name ?? 'Sistema' }} | {{ $log->action }} | {{ $log->module }} | {{ $log->description }} | {{ $log->ip_address }} |
| Nessun log presente | |||||