References
As part of our safer recruitment policy, we require three references spanning at least six years.
New Reference
@if(count($reference_contacts) > 0)
@foreach ($reference_contacts as $key => $reference)
@livewire('dashboard.candidate.steps.partials.reference-info-step4', ['reference' => $reference, 'key' => $key], key($key.rand()))
@endforeach
@endif
{{--