diff --git a/resources/views/projeto/editaFormulario/proponente.blade.php b/resources/views/projeto/editaFormulario/proponente.blade.php index afc2ebe2d8d75852f9f549c14216b62768b243cb..164304efce768a8a7c45f9b9ad6359adcd314923 100755 --- a/resources/views/projeto/editaFormulario/proponente.blade.php +++ b/resources/views/projeto/editaFormulario/proponente.blade.php @@ -96,6 +96,46 @@ @endif + @if ($edital->numParticipantes == 0) +
+
+ +
+
+
+ + + + @error('nomePlanoTrabalho') + + {{ $message }} + + @enderror +
+ +
+
+ + @if ($proponente != null && $proponente->planoTrabalho) + + + @else +

+ @endif +
+
+
+ + @error('anexoPlanoTrabalho') + + {{ $message }} + + @enderror +
+ @endif +