| {{ strtoupper(mb_substr($vaga->vaga, 0, 17)) }} |
{{ $vaga->numeroVaga }} |
{{ strtoupper(mb_substr($vaga->solicitante, 0, 20)) }} |
VISUALIZAR |
@if(Auth::user()->funcao == "DP" || Auth::user()->funcao == "RH")
@if($vaga->acessorh3 == 0)
RH3
@else
{{ $vaga->usuario_acessorh3 }}
@endif
|
@endif