View and Delete Users
This commit implements an interface into the Admin Panel that allows users to be viewed, modified, and deleted.
This commit is contained in:
parent
6b25a163fc
commit
6810375d2b
8 changed files with 268 additions and 3 deletions
|
@ -27,5 +27,9 @@ return [
|
|||
'submit' => 'Submit',
|
||||
'current_password' => 'Current Password',
|
||||
'again' => 'Again',
|
||||
'registered' => 'Registered',
|
||||
'root_administrator' => 'Root Administrator',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No'
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue