@extends('layouts.main') @section('title', 'Manage Users') @section('content')
| User | Status | Created | Actions | |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }} |
{{ $user->email }} | @if($user->email_verified_at) Email Verified @else Pending Verification @endif | {{ $user->created_at->format('M d, Y') }} |