From f0403484e86717f4cea50b727fe05c69bcb7e4e9 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 25 Oct 2022 20:23:32 -0300 Subject: [PATCH] =?UTF-8?q?Ao=20clicar=20no=20bot=C3=A3o=20visualizar=20o?= =?UTF-8?q?=20modal=20mostra=20que=20o=20avaliador=20n=C3=A3o=20possui=20p?= =?UTF-8?q?rojetos=20e=20o=20redireciona=20para=20a=20p=C3=A1gina=20de=20p?= =?UTF-8?q?rojetos=20do=20edital?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../selecionarAvaliadores.blade.php | 38 +++++++++++++++++-- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/resources/views/administrador/selecionarAvaliadores.blade.php b/resources/views/administrador/selecionarAvaliadores.blade.php index 4e66698..916135d 100755 --- a/resources/views/administrador/selecionarAvaliadores.blade.php +++ b/resources/views/administrador/selecionarAvaliadores.blade.php @@ -112,9 +112,15 @@ Recusado @endif - - + + + @if($avaliador->trabalhos->where('evento_id', $evento->id)->count() == 0) + + @else + + @endif + + + eventos->where('id', $evento->id)->first()->pivot->convite != null) style="text-align:center" @endif style="text-align:center; display:flex; justify-content: space-evenly">
@csrf -- GitLab