Movimentação de Pessoal - RH
@guest
{{ __('Logar') }}
@if (Route::has('register'))
{{ __('Cadastrar Usuário') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Trocar Senha') }}
{{ __('Sair') }}
@csrf
@endguest
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if(!empty($inscricao))
@else
@endif
VINCULAR CANDIDATO / VAGA - PROGRAMA DEGRAU / RECRUTAMENTO INTERNO!!!
Vaga:
@if(!empty($inscricao))
@else
@endif
Funcionário / Solicitante:
@if(!empty($inscricao)) @foreach($inscricao as $ins) @if($ins->concluida == 1 && $ins->aprovada == 1)
{{ $ins->nome_funcionario.' / '.$ins->Nome }}
@endif @endforeach @endif
{{ 'SEM APROVADOS' }}
VOLTAR