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