@extends('layouts.dash') @section('title') Utilisateurs @stop @section('title_card',"") @section('content') @if (Session::has('message'))
| Nom | Identifiant | Fonction | Rôles | Dernière connexion |
|---|---|---|---|---|
| {!! $user_row->nom." ".$user_row->prenom !!} @if(!$user_row->actif) Inactif @endif | {!! $user_row->email !!} | {!! $user_row->fonction !!} | {!! $user_row->getRoles(); !!} | {!! $user_row->LastConnection !!} |