diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 555e079631dab7645f4d3ef07f55a8be458189ac..33d18209d86817c0f10b8187b7e1304a7b4ece28 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 @@