@extends('layouts.admin') @section('title', 'Users') @section('page-title', 'Users') @section('content')
{{ $users->total() }} registered users
| # | User | Role | Joined | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ $user->id }} |
{{ substr($user->name,0,1) }}
{{ $user->name }}
|
{{ $user->email }} | {{ ucfirst($user->role ?? 'student') }} | {{ $user->created_at->format('d M Y') }} | Active |
|
| No users found | ||||||