@extends('layouts.app') @section('title', 'User Management') @section('content')
Name | Role | Created At | Actions | |
---|---|---|---|---|
{{ $user->name }} | {{ $user->email }} | {{ ucfirst($user->role) }} | {{ $user->created_at->format('M d, Y') }} | Edit @if($user->id !== auth()->id()) @endif |