diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 33d18209d86817c0f10b8187b7e1304a7b4ece28..b13799259ccb25220a8fb128dffaa62c8ea0da69 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -145,7 +145,7 @@ diff --git a/resources/views/administrador/substituirParticipanteForm.blade.php b/resources/views/administrador/substituirParticipanteForm.blade.php index 77eb88826827aa227496992dfd396a0abc5099fd..9895fc2252e4835b1a2247ec38da57ad04ed4e08 100644 --- a/resources/views/administrador/substituirParticipanteForm.blade.php +++ b/resources/views/administrador/substituirParticipanteForm.blade.php @@ -149,6 +149,8 @@ @endcomponent + + @if($edital->tipo != "PIBEX")
@component('componentes.input', ['label' => 'Coeficiente de rendimento (média geral)']) @@ -156,6 +158,7 @@ @endcomponent
+ @endif
Plano de trabalho
diff --git a/resources/views/projeto/visualizar.blade.php b/resources/views/projeto/visualizar.blade.php index ab083ad30c8e43e2150b434f85f1d2de6dcccb3e..d7647ba82bbf5b86a65103682ac1e5052f0d2a3c 100755 --- a/resources/views/projeto/visualizar.blade.php +++ b/resources/views/projeto/visualizar.blade.php @@ -27,7 +27,7 @@ @component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto]) @endcomponent - @component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto]) + @component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital]) @endcomponent @component('projeto.formularioVisualizar.relatório',['edital' => $edital,'projeto' => $projeto])