@extends('admin.layout') @section('title', 'Manage Users') @section('content')
| Avatar | Name | Role | Created At | Actions | ||
|---|---|---|---|---|---|---|
|
@if ($user->avatar)
|
{{ $user->name }} | {{ $user->email }} | {{ ucfirst($user->role) }} | {{ $user->created_at->format('d/m/Y H:i') }} | ||
|
No users found. |
||||||