roles.php
511 Bytes
<?php
return [
/*
|--------------------------------------------------------------------------
| Roles Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in roles throughout the system.
| Regardless where it is placed, a role can be listed here so it is easily
| found in a intuitive way.
|
*/
'administrator' => 'แอดมิน',
'user' => 'ผู้ใช้',
];