@extends('layout.layout') @section('breadcrumb') Logs / Journalisation @endsection @section('content')
@foreach($logs as $log) @endforeach
Date Heure E-mail 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}}
@endsection