From ad87c8a9046ac0331fdec1b7459c89a398166424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20R=C3=B4mulo?= Date: Mon, 27 Sep 2021 16:12:18 -0300 Subject: [PATCH] =?UTF-8?q?Modificando=20tela=20de=20substitui=C3=A7=C3=A3?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analiseSubstituicoes.blade.php | 122 +++++++--- .../substituirParticipante.blade.php | 196 ++++++---------- .../vizualizarParticipante.blade.php | 213 +++++++++++++----- 3 files changed, 318 insertions(+), 213 deletions(-) diff --git a/resources/views/administrador/analiseSubstituicoes.blade.php b/resources/views/administrador/analiseSubstituicoes.blade.php index 5d79a53..6fb6463 100644 --- a/resources/views/administrador/analiseSubstituicoes.blade.php +++ b/resources/views/administrador/analiseSubstituicoes.blade.php @@ -22,7 +22,7 @@
{{$trabalho->titulo}}
- @if($subsPendentes->count() > 0) + @if($substituicoesPendentes->count() > 0) @@ -33,11 +33,11 @@ - @foreach($subsPendentes as $subs) + @foreach($substituicoesPendentes as $subs) - - - + + +
{{$subs->participanteSubstituido->user->name}}{{$subs->participanteSubstituto->user->name}}{{$subs->planoSubstituto->titulo}}{{$subs->participanteSubstituido()->withTrashed()->first()->user->name}}{{$subs->participanteSubstituto()->withTrashed()->first()->user->name}}{{$subs->planoSubstituto()->withTrashed()->first()->titulo}}
@@ -129,7 +129,7 @@
-