From d92178761a111e58a28bf3d522b87b1e76147f8f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Aug 2022 15:45:34 -0300 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20de=20campo=20de=20busca=20na?= =?UTF-8?q?=20parte=20dos=20avalaiadores=20de=20relatorio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../administrador/analisarProposta.blade.php | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 58fd8da..13f0c31 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -624,6 +624,9 @@ para a(s) avaliacões de relatorio final @endif +
+ +
@foreach($trabalho->participantes as $participante)
@@ -1970,12 +1973,13 @@ @endsection -- GitLab