@extends('layouts.app') @section('content')
| Date | Utilisateur | État | Produit | @if(auth()->check() && !empty(auth()->user()->is_admin))Action | @endif
|---|---|---|---|---|
| {{ $e->date }} | {{ $e->user_name ?? '—' }} | {{ $e->state ?? '—' }} | {{ trim(($e->prefix ?? '') . ' ' . ($e->model_name ?? 'Inconnu')) }} | @if(auth()->check() && !empty(auth()->user()->is_admin))@endif |