From f62b695268fc4d0515c18d07a75e27c6443fcfe8 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 May 2022 13:42:55 -0300 Subject: [PATCH] =?UTF-8?q?Mostrar=20nome=20do=20participante=20e=20t?= =?UTF-8?q?=C3=ADtulo=20do=20plano=20ao=20adicionar=20participante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evento/formulario/participantes.blade.php | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/resources/views/evento/formulario/participantes.blade.php b/resources/views/evento/formulario/participantes.blade.php index 6932a38..9bdf473 100755 --- a/resources/views/evento/formulario/participantes.blade.php +++ b/resources/views/evento/formulario/participantes.blade.php @@ -20,11 +20,11 @@ @for($i = 0; $i < $edital->numParticipantes; $i++)