@include('layouts.hhHeader')

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 Action
{{$candidate->name}} {{$candidate->skills}} {{$candidate->email}} {{$candidate->phone}}
@include('layouts.footer')