<?php
|
|
|
|
return [
|
|
'model' => 'Colaboradores',
|
|
'attributes' => [
|
|
'name' => 'Nome completo',
|
|
'email' => 'E-mail',
|
|
'password' => 'Senha',
|
|
'created_at' => 'Cadastro',
|
|
],
|
|
];
|