"git@sites.upe.br:walter.felipe/submeta.git" did not exist on "6f6e78311f0c15f0a56daae6d925df4174a7e6d9"
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 @@
@component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto])
@endcomponent
@if ($edital->$numParticipantes != 0)
@component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital])
@endcomponent
@endif
@component('projeto.formularioVisualizar.relatorio',['edital' => $edital,'projeto' => $projeto,'flagSubstituicao' =>$flagSubstituicao])
@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