diff --git a/resources/views/planosTrabalho/listar.blade.php b/resources/views/planosTrabalho/listar.blade.php index c292884bed879fdc8be4319e1202d0158c8d9340..245de54c71a04bb4c446c4674e942c5887e36606 100644 --- a/resources/views/planosTrabalho/listar.blade.php +++ b/resources/views/planosTrabalho/listar.blade.php @@ -13,23 +13,26 @@
-Título | +Projeto | +Proponente | +Título do Plano | Discente | Relatório Parcial | Relatório Final | {{$arquivo->titulo}} | -{{$arquivo->participante->user->name}} | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{{$arquivo->trabalho->titulo}} | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{{$arquivo->trabalho->proponente->user->name}} | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{{$arquivo->titulo}} | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{{$arquivo->participante->user->name}} | @if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) && ($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial)) @@ -225,7 +228,7 @@ |
---|