@extends('layouts.internal')
@section('title','Internal Users ยท PLOCAL Internal')
@section('content') Administrator access control Manage authorized staff accounts without exposing credentials or sessions.Internal Users
| Name | Roles | Status | Password change | Action |
|---|---|---|---|---|
| {{ $user->display_name }} | {{ implode(', ',array_map('ucfirst',$user->roleCodes())) }} | {{ ucfirst($user->account_status) }} | {{ $user->must_change_password ? 'Required at next supported password flow' : 'Not required' }} | Manage User |