diff --git a/resources/lang/pt-BR/collaborators.php b/resources/lang/pt-BR/collaborators.php new file mode 100644 index 0000000..fce7c5d --- /dev/null +++ b/resources/lang/pt-BR/collaborators.php @@ -0,0 +1,11 @@ + 'Colaboradores', + 'attributes' => [ + 'name' => 'Nome completo', + 'email' => 'E-mail', + 'password' => 'Senha', + 'created_at' => 'Cadastro', + ], +]; diff --git a/resources/views/livewire/collaborators/auth/login.blade.php b/resources/views/livewire/collaborators/auth/login.blade.php index d0abb33..6f1c822 100644 --- a/resources/views/livewire/collaborators/auth/login.blade.php +++ b/resources/views/livewire/collaborators/auth/login.blade.php @@ -14,7 +14,7 @@
@@ -28,7 +28,7 @@