@extends('layouts.admin') @section('content')
{{ trans('cruds.client.fields.id') }} | Date | Objet | Utilisateur | operation | Description | |
---|---|---|---|---|---|---|
{{ $h->id ?? '' }} | {{ Carbon\Carbon::parse($h->date)->format('d/m/Y h:i:s') ?? '' }} | {{ $h->objet ?? '' }} | {{ $h->name }} | {{ $h->operation ?? '' }} | {{ $h->name . ' ' . $h->description ?? '' }} |