@extends('navbar.default-navbar') @section('content')
Você está em: {{$unidade->name}}

RECURSOS HUMANOS

@if ($errors->any())
@endif
SELEÇÃO DE PESSOAL @foreach ($selecaoPessoal->pluck('ano')->unique()->toArray() as $ano)

@foreach ($selecaoPessoal as $selecao) @if ($selecao->ano === $ano) @endif @endforeach
Cargo Quantidade Alterar Excluir
{{$selecao->cargos->cargo_name}} {{$selecao->quantidade}}
Total {{$selecaoPessoal->where('ano', $ano)->pluck('quantidade')->sum()}}
@endforeach


Voltar Novo

Última atualização {{date("d/m/Y", strtotime($selecaoPessoal->max('updated_at')))}}

@endsection