@extends('layouts.app', ['title' => 'Admin Users | Print Cards']) @section('content')
Block, reactivate, or inspect customer and agent accounts.
| Name | Role | Mobile | Status | Update | |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->role?->name }} | {{ $user->email }} | {{ $user->mobile }} | {{ ucfirst($user->status) }} |