@extends('layout.layout') @section('breadcrumb') Logs / Journalisation @endsection @section('content')
| Date | Heure | Catégorie | Action | ID | |
|---|---|---|---|---|---|
| {{$log->created_at->format('Y-m-d')}} | {{$log->created_at->format('H:i')}} | {{$log->user->email}} | {{$log->categories}} | {{$log->action}} | {{$log->element_id}} |