@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Alterar - Movimentação de Pessoal
@foreach($mps as $mp)
Unidade:
Local de Trabalho:
Solicitante:
Nome:
Matrícula:
Gestor Imediato:
{{ $gestor[0]->nome }}
Departamento:
Número MP:
Data de Emissão:
IMPACTO FINANCEIRO:
Data Prevista:
@endforeach @if(!empty($alteracaoF)) @foreach($alteracaoF as $altF)
Alteração Funcional
Transferência proposta: Indique a Unidade
@foreach($unidades as $unidade) @if($altF->unidade_id == 1)
{{ "HCP GESTÃO" }}
@elseif($altF->unidade_id == 2)
{{ "Hospital da Mulher do Recife" }}
@elseif($altF->unidade_id == 3)
{{ "UPAE BELO JARDIM" }}
@elseif($altF->unidade_id == 4)
{{ "UPAE ARCOVERDE" }}
@elseif($altF->unidade_id == 5)
{{ "UPAE ARRUDA" }}
@elseif($altF->unidade_id == 6)
{{ "UPAE CARUARU" }}
@elseif($altF->unidade_id == 7)
{{ "Hospital São Sebastião" }}
@elseif($altF->unidade_id == 8)
{{ "Hospital Provisório do Recife" }}
@elseif($altF->unidade_id == 9)
{{ "UPA Igarassu" }}
@elseif($altF->unidade_id == 10)
{{ "UPAE Palmares" }}
@endif @endforeach
Departamento Proposto:
Selecione ...
@foreach($setores as $setor) @if($setor->nome == $altF->setor)
{{ $setor->nome }}
@else
{{ $setor->nome }}
@endif @endforeach
Cargo Atual:
Selecione ...
@if(!empty($cargos)) @foreach($cargos as $cargoAtual) @if($cargoAtual->nome == $altF->cargo_atual)
{{ $cargoAtual->nome }}
@else
{{ $cargoAtual->nome }}
@endif @endforeach @endif
Cargo Proposto:
Selecione ...
@if(!empty($cargos)) @foreach($cargos as $cargoP) @if($cargoP->nome == $altF->cargo_novo)
{{ $cargoP->nome }}
@else
{{ $cargoP->nome }}
@endif @endforeach @endif
Novo Centro de Custo:
Selecione ...
@foreach($centro_custo_nv as $cc_nv) @if($cc_nv->nome == $altF->centro_custo_novo)
{{ $cc_nv->nome }}
@else
{{ $cc_nv->nome }}
@endif @endforeach
Salário Atual:
Salário Proposto:
Gratificações:
Novo Horário de Trabalho
Motivo:
Selecione...
@foreach($motivosAlt as $motivos) @if(old('motivo') == $motivos->descricao)
{{ $motivos->descricao }}
@else
{{ $motivos->descricao }}
@endif @endforeach
@endforeach @endif
Informações Adicionais:
{{ $justificativa[0]->descricao }}
VOLTAR