Vaga: {{ $value->vacancy->name }}
processo: #{{ $value->id }}
{{ $value->statusProcess->name }}
{{ $value->vacancy->position }}
{{ $value->cityVacancy->city->name }} - {{ $value->cityVacancy->city->state->uf }}
{{ $value->vacancy->vacancy_model }}
{{ $value->vacancy->hiringType->name }}
Iniciado em: {{ $value->created_at->format('d/m/Y à\s H\hi') }}
Atualizado em: {{ $value->updated_at->format('d/m/Y à\s H\hi') }}
@if (in_array($value->statusProcess->name, ['entrevista_agendada']) &&
$value->interview_type === 'remota' &&
$value->interview_internal === true)
@endif
@if (in_array($value->statusProcess->name, ['documentos_solicitados', 'documentos_rejeitados']))
@if ($value->hiring_type === 'CLT' && $value->docs_form_definitive_sent == false)
@endif
@if (($value->hiring_type === 'PJ' || $value->hiring_type === 'COOPERADO') && $value->docs_form_definitive_sent == false)
@endif
@endif
@if ($value->statusProcess->name === 'exame_solicitado')
@endif