Commit 3a8b40e7 authored by Lucas Henrique's avatar Lucas Henrique
Browse files

Removendo exibição das informações dos discentes quando não há nenhum no projeto

parent 54ef52d4
...@@ -32,8 +32,10 @@ ...@@ -32,8 +32,10 @@
@component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto]) @component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto])
@endcomponent @endcomponent
@if ($edital->$numParticipantes != 0)
@component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital]) @component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital])
@endcomponent @endcomponent
@endif
@component('projeto.formularioVisualizar.relatorio',['edital' => $edital,'projeto' => $projeto,'flagSubstituicao' =>$flagSubstituicao]) @component('projeto.formularioVisualizar.relatorio',['edital' => $edital,'projeto' => $projeto,'flagSubstituicao' =>$flagSubstituicao])
@endcomponent @endcomponent
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment