Commit f0642d46 authored by Edgarvital's avatar Edgarvital
Browse files

Teste de uma issue

parent 56b7944e
......@@ -1232,31 +1232,7 @@
$acesso = $avaliador->trabalhos()->where("trabalho_id",$trabalho->id)->first()->pivot->acesso;
$instituicao_avaliador = $avaliador->user->instituicao;
@endphp
@if(
($acesso == null && $avaliador->tipo == "Externo")
||
$acesso == 1
||
$acesso == 3
||
(
(
$instituicao_avaliador != "UFAPE"
&&
$instituicao_avaliador != "Universidade Federal do Agreste de Pernambuco"
)
&&
$avaliador->tipo == null
&&
(
$acesso == null
||
$acesso == 1
||
$acesso == 3
)
)
)
@if(true)
@if ($evento->tipoAvaliacao == 'form')
<div class="col-sm-1">
<img src="{{asset('img/icons/usuario.svg')}}" style="width:60px" alt="">
......
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