@extends('layouts.app') @section('title', 'Manage Users') @section('content')
Name | Phone | Role | Actions | |
---|---|---|---|---|
{{ $user->name }}
|
{{ $user->email }} | {{ $user->phone_number ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $user->role)) }} | Edit |
No users found. |