@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Unidade:
@if(Auth::user()->funcao == "DP" || Auth::user()->funcao == "RH") @endif @foreach($vagas as $vaga) @if(Auth::user()->funcao == "DP" || Auth::user()->funcao == "RH") @endif @endforeach
VAGAS APROVADAS:
NOME DA VAGA
NÚMERO DA VAGA
SOLICITANTE
VISUALIZAR
RH3
{{ strtoupper(mb_substr($vaga->vaga, 0, 17)) }}
{{ $vaga->numeroVaga }}
{{ strtoupper(mb_substr($vaga->solicitante, 0, 20)) }}
VISUALIZAR
@if($vaga->acessorh3 == 0)
RH3
@else
{{ $vaga->usuario_acessorh3 }}
@endif
{{ $vagas->appends(['unidade_id' => isset($unidade_id) ? $unidade_id : '','pesq2' => isset($pesq2) ? $pesq2 : '','pesq' => isset($pesq) ? $pesq : ''])->links() }} VOLTAR