@include('layouts.talentHeader')

My Candidates List

Add 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 Skills Email Phone Resume Action
{{$candidate->name}} {{$candidate->skills}} {{$candidate->email}} {{$candidate->phone}} @if(count($candidate->candidateResume)) E-Resume & @endif @if($candidate->resume) Resume @endif
@include('layouts.footer')