@extends('layouts.app') @section('htmlheader_title') Users @endsection @section('content')
This system is aware of the following users (you can add more):
ID | Name | Active | Verified | Last On | Systems | |
---|---|---|---|---|---|---|
{{ $oo->id }} @if($user->admin && ($user->id !== $oo->id))@endif | {{ $oo->email }} | {{ $oo->name }} | {{ $oo->active ? 'YES' : 'NO' }} | {{ $oo->email_verified_at ? $oo->email_verified_at->format('Y-m-d') : '-' }} | {{ $oo->last_on ? $oo->last_on->toDateTimeString() : 'Unknown' }} | {{ number_format($oo->systems->count()) }} |