@extends('layouts.app') @section('htmlheader_title') Users @endsection @section('content')
Current Users:
ID | Name | Active | Verified | Last On | |
---|---|---|---|---|---|
Add New User | |||||
{{ $oo->id }} | {{ $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' }} |