@include('dashboard.component.dashboard_error')
@include('dashboard.component.notifications')
@if(count($users) > 0)
|
Genre |
Prénom |
Nom |
Publié par |
Publié le |
Etat |
Afficher |
Supprimer |
@foreach($users as $user)
|
{{ $user->gender }} |
{{ $user->first_name }} |
{{ $user->last_name }} |
{{ $user->user }} |
{{ $user->created_at->format('y/m/d à h:i') }} |
{{ $user->status_formated }} |
|
|
@endforeach
@else
Vous n'avez aucun categorie
@endif
@include('dashboard.component.copyright')
@endsection
@push('styles')