@extends('dashboard.layout.base') @section('content')
Liste des utilisateurs

 

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

Vous n'avez aucun categorie

@endif
@include('dashboard.component.copyright')
@endsection @push('styles') @endpush @push('scripts') @endpush