diff --git a/resources/views/administrador/substituirParticipanteCompletoForm.blade.php b/resources/views/administrador/substituirParticipanteCompletoForm.blade.php
index 6662f7bad4471e8aad38d991a95c141e1e69f061..0a320a0709a103f7a7b7396a6d012073cfdbe515 100644
--- a/resources/views/administrador/substituirParticipanteCompletoForm.blade.php
+++ b/resources/views/administrador/substituirParticipanteCompletoForm.blade.php
@@ -110,7 +110,8 @@
@component('componentes.input', ['label' => 'CEP'])
-
+
@error('cep')
{{ $message }}
@@ -119,13 +120,8 @@
@endcomponent
- @component('componentes.select', ['label' => 'Estado'])
-
+ @component('componentes.input', ['label' => 'Estado'])
+
@error('uf')
{{ $message }}
@@ -136,7 +132,8 @@
@component('componentes.input', ['label' => 'Cidade'])
-
+
@error('cidade')
@@ -147,7 +144,7 @@
@component('componentes.input', ['label' => 'Bairro'])
-
+
@error('bairro')
@@ -158,7 +155,7 @@
@component('componentes.input', ['label' => 'Rua'])
-
+
@error('rua')
@@ -431,4 +428,77 @@
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file