diff --git a/resources/views/administrador/resultadosProjetos.blade.php b/resources/views/administrador/resultadosProjetos.blade.php
index 2c913a5a7e08e26c8751631abfb189149705ec30..ec4b276552cc3c8831a21043483f9dd086df97cf 100644
--- a/resources/views/administrador/resultadosProjetos.blade.php
+++ b/resources/views/administrador/resultadosProjetos.blade.php
@@ -95,7 +95,7 @@
@php
$parecerInterno = App\ParecerInterno::where([['avaliador_id',$avaliador->id],['trabalho_id',$trabalho->id]])->first();
@endphp
- @if($parecer != null && $parecer->statusParecer !=null){{$parecer->statusParecer}}
@else Pendente
@endif
+ @if($parecerInterno != null && $parecerInterno->statusParecer !=null){{$parecerInterno->statusParecer}}
@else Pendente
@endif
@endif
{{--Externos--}}
@@ -181,7 +181,7 @@
@php
$parecerInterno = App\ParecerInterno::where([['avaliador_id',$avaliador->id],['trabalho_id',$trabalho->id]])->first();
@endphp
- @if($parecer != null && $parecer->statusParecer !=null){{$parecer->statusParecer}}
@else Pendente
@endif
+ @if($parecerInterno != null && $parecerInterno->statusParecer !=null){{$parecerInterno->statusParecer}}
@else Pendente
@endif
@endif
{{--Externos--}}
@@ -268,7 +268,7 @@
@php
$parecerInterno = App\ParecerInterno::where([['avaliador_id',$avaliador->id],['trabalho_id',$trabalho->id]])->first();
@endphp
- @if($parecer != null && $parecer->statusParecer !=null){{$parecer->statusParecer}}
@else Pendente
@endif
+ @if($parecerInterno != null && $parecerInterno->statusParecer !=null){{$parecerInterno->statusParecer}}
@else Pendente
@endif
@endif
{{--Externos--}}