@extends('admin.layout') @section('title', 'Tableau de bord') @section('content')
| Action | Licence | Client | Résultat | Date |
|---|---|---|---|---|
| {{ $log->action }} | {{ Str::limit($log->license_id, 12) }} | {{ $log->license?->client?->name ?? '—' }} | @if($log->result === 'success') OK @else {{ $log->result }} @endif | {{ $log->created_at->format('d/m H:i') }} |
| Aucune activité récente | ||||