Commit ddb016c1 authored by Lucas Henrique's avatar Lucas Henrique
Browse files

Removendo campos dos discentes ao visualizar um projeto

parent 6956aff0
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
@component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto]) @component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto])
@endcomponent @endcomponent
@if ($edital->$numParticipantes != 0) @if ($edital->numParticipantes != 0)
@component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital]) @component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital])
@endcomponent @endcomponent
@endif @endif
......
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