From 9903da630dcb174faec8b0871589f7888a6f46fd Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Tue, 19 Apr 2022 23:19:08 -0300 Subject: [PATCH] =?UTF-8?q?Adicionado=20exibi=C3=A7=C3=A3o=20de=20modalida?= =?UTF-8?q?de=20caso=20a=20mesma=20exista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/administrador/analisarProposta.blade.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 555e079..33d1820 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -67,6 +67,7 @@ @endif + @if($evento->tipo != "PIBEX")

Grupo de Pesquisa: @@ -80,6 +81,14 @@ Valor da Planilha de Pontuação: {{$trabalho->pontuacaoPlanilha}}
+ @endif + @if($trabalho->modalidade != null) +
+
+ Modalidade: + {{$trabalho->modalidade}} +
+ @endif @@ -130,7 +139,7 @@ -- GitLab