Movimentação de Pessoal - RH
@guest
{{ __('Logar') }}
@if (Route::has('register'))
{{ __('Cadastrar Usuário') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Trocar Senha') }}
{{ __('Sair') }}
@csrf
@endguest
Unidade:
Selecione...
@foreach($unidades as $unidade)
{{ $unidade->sigla }}
@endforeach
Selecione...
SOLICITANTE
DATA
VAGAS CRIADAS:
NOME DA VAGA
SOLICITANTE
VISUALIZAR
@if(Auth::user()->funcao == "DP" || Auth::user()->funcao == "RH")
RH3
@endif
@foreach($pds as $pd) @if(($pd->solicitante == Auth::user()->name || Auth::user()->id == 229 || Auth::user()->id == 71 || Auth::user()->id == 30 || Auth::user()->id == 72 || Auth::user()->id == 40))
{{ $pd->vaga }}
{{ $pd->solicitante }}
VISUALIZAR
@endif @endforeach
{{ $pds->appends(['unidade_id' => isset($unidade_id) ? $unidade_id : '','pesq2' => isset($pesq2) ? $pesq2 : '','pesq' => isset($pesq) ? $pesq : ''])->links() }}
VOLTAR