@extends('layouts.admin') @section('title', 'User Management') @section('content')
| ID | Name | User Type | Created On | Actions | |
|---|---|---|---|---|---|
| {{ $user->id }} | {{ $user->name }} | {{ $user->email }} | {{ ucfirst($user->usertype) }} | {{ $user->created_at ? $user->created_at->format('M d, Y') : 'N/A' }} | |
| No users found. | |||||