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

RECURSOS HUMANOS

@if ($errors->any())
@endif
PROCESSO SELETIVO

@foreach ($docSelectiveProcess->pluck('year')->unique() as $ano) @endforeach

@foreach ($docSelectiveProcess->pluck('year')->unique() as $ano)
{{$ano}}
@foreach ($docSelectiveProcess->sortBy('ordering') as $item) @if ($item->year === $ano) @if($item->status_processos == 0) @else @endif @endif @endforeach
{{$item->title}} Visualizar
@endforeach

Voltar Novo

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

@endsection