@include('layouts.talentHeader')

Potential Candidates

Add Potential Candidates
@error('name') {{ $message }}
@enderror @error('email') {{ $message }}
@enderror @error('phone') {{ $message }}
@enderror @error('skills') {{ $message }}
@enderror @error('attachment') {{ $message }}
@enderror @if($candidates) @foreach($candidates as $candidate) @endforeach @endif
Name Email Phone Position Applied Remarks Action
{{$candidate->name}} {{$candidate->email}} {{$candidate->phone}} {{$candidate->jobRequisition->job_title}} {{substr($candidate->remarks, 0, 10)}}...
Rmarks

{{$candidate->remarks}}

@include('layouts.footer')