From 136cab8b751f3cfde84bc4487cb4b665e18dfd57 Mon Sep 17 00:00:00 2001 From: Lucas Henrique Date: Tue, 22 Nov 2022 20:11:32 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20plano=20de=20trabalho=20no=20cada?= =?UTF-8?q?stro=20de=20um=20projeto=20quando=20n=C3=A3o=20h=C3=A1=20discen?= =?UTF-8?q?tes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evento/formulario/proponente.blade.php | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/resources/views/evento/formulario/proponente.blade.php b/resources/views/evento/formulario/proponente.blade.php index 676f4b7..3725d83 100755 --- a/resources/views/evento/formulario/proponente.blade.php +++ b/resources/views/evento/formulario/proponente.blade.php @@ -85,6 +85,43 @@ @endif + @if ($edital->numParticipantes == 0) +
+
+ +
+
+
+ + + + @error('nomePlanoTrabalho') + + {{ $message }} + + @enderror +
+
+
+ +
+
+
+ + @error('anexoPlanoTrabalho') + + {{ $message }} + + @enderror + @error('anexoPlanoTrabalho') + + {{ $message }} + + @enderror +
+ @endif +