@extends('layouts.internal') @section('title','Internal Users ยท PLOCAL Internal') @section('content')

Administrator access control

Internal Users

Manage authorized staff accounts without exposing credentials or sessions.

Create Internal User
@foreach($users as $user)@endforeach
Internal user accounts
NameRolesStatusPassword changeAction
{{ $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
{{ $users->links() }}@endsection