<?php
|
|
|
|
return [
|
|
'attributes' => [
|
|
'name' => 'Nome completo',
|
|
'birthday' => 'Data de nascimento',
|
|
'email' => 'E-mail principal',
|
|
],
|
|
];
|