@if(Session::has('error'))
{{ Session::get('error') }}
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
|
Nom et Prénom |
Historique |
Date |
@if(auth()->user()->super_admin == 1)
Action |
@endif
@foreach($historique as $histor)
| {{ $histor->id }} |
{{ $histor->teacher->last_name . ' ' . $histor->teacher->first_name }} |
{{ html_entity_decode($histor->historique) }} |
{{ $enTofr->format('d/m/Y H:i') }}
|
@if(auth()->user()->super_admin == 1)
|
@endif
@endforeach