You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
581 B
21 lines
581 B
<?php
|
|
|
|
return [
|
|
'user' => [
|
|
'name' => 'Full Name',
|
|
'email' => 'Email Address',
|
|
'status' => 'Status',
|
|
'password' => 'Secure Password',
|
|
'current_password' => 'Current Password',
|
|
'new_password' => 'New Password',
|
|
'password_confirmation' => 'Confirm Password',
|
|
'verified' => 'Verified',
|
|
'unverified' => 'Unverified',
|
|
],
|
|
'role' => [
|
|
'name' => 'Role Name',
|
|
'permission_count' => 'Permission Count',
|
|
'guard_name' => 'Guard Name',
|
|
'permissions' => 'Permissions',
|
|
],
|
|
];
|
|
|