From 335a0ba724eff7e7181e9d97af1d04fb69f7df54 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 May 2023 15:31:25 -0300 Subject: [PATCH] visualizar os integrantes com o perfil de proponente --- .../integrantes.blade.php | 194 ++++++++++++++++-- 1 file changed, 178 insertions(+), 16 deletions(-) diff --git a/resources/views/projeto/formularioVisualizar/integrantes.blade.php b/resources/views/projeto/formularioVisualizar/integrantes.blade.php index f430c67..33555f9 100644 --- a/resources/views/projeto/formularioVisualizar/integrantes.blade.php +++ b/resources/views/projeto/formularioVisualizar/integrantes.blade.php @@ -13,24 +13,25 @@
- @foreach($trabalhos_user as $trabalho_user) + @foreach($projeto->participantes as $participante)
-
Nome: {{ $trabalho_user->user->name }}
-
Função: {{ $trabalho_user->funcao->nome }}
+
Nome: {{$participante->user->name}}
+
Plano: @if(isset($participante->planoTrabalho)) {{$participante->planoTrabalho->titulo}} @else Plano Em Substituição @endif
- Informações + Informações
- -