@extends('parent') @section('content')

Tableau de bord

Historiques
@foreach($histories as $history) @endforeach
{{ $history->user_name }} {{ $history->action }} {{ $history->created_at->locale('fr')->diffForHumans() }} Effectué
@stop