roles.php 496 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' => 'Administrator',
    'user'          => 'Pengguna',
];