From b2713aa63dc8d5f2b7a3a4aaeb0c26b18a7fd1a8 Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Wed, 20 Apr 2022 11:10:27 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20do=20card=20de=20inform?= =?UTF-8?q?a=C3=A7=C3=B5es=20do=20proponente=20no=20editar=20proposta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editaFormulario/proponente.blade.php | 121 ++++++++++++------ 1 file changed, 80 insertions(+), 41 deletions(-) diff --git a/resources/views/projeto/editaFormulario/proponente.blade.php b/resources/views/projeto/editaFormulario/proponente.blade.php index 3ccd9fe..db7b317 100755 --- a/resources/views/projeto/editaFormulario/proponente.blade.php +++ b/resources/views/projeto/editaFormulario/proponente.blade.php @@ -1,62 +1,101 @@ -

2º Passo

-
Preencha os campos com as informações do proponente
-
-
-
+
+
+
-
Informações do proponente
-

- -
- +
Informações do Proponente
+
+
+
+
+ +
+
-
-
- - user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null) - value="{{ Auth()->user()->proponentes->linkLattes }}" - @else - value="" - @endif > - Ex.: http://lattes.cnpq.br/8363536830656923 +
+
+ +
+
+
+ user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null) + value="{{ Auth()->user()->proponentes->linkLattes }}" + @else + value="" + @endif > @error('linkLattesEstudante') {{ $message }} @enderror
- -
- - - - Ex.: http://dgp.cnpq.br/dgp/espelhogrupo/228363 - @error('linkGrupoPesquisa') - + + @if($edital->tipo != "PIBEX") +
+
+ +
+
+
+ + @error('linkGrupoPesquisa') + {{ $message }} - @enderror -
-
- - + @enderror +
+ @endif - @error('pontuacaoPlanilha') - + @if($edital->tipo != "PIBEX") +
+
+ +
+
+
+ + @error('pontuacaoPlanilha') + {{ $message }} - @enderror -
- + @enderror +
+ @endif + + @if($edital->cotaDoutor != false) +
+
+ +
+
+
+ + +
+ @endif + + + + +
-
+
-- GitLab