Home

>

JobSeeker

@if (session('success'))
{{ session('success') }}
@endif
@if (isset($jobseekers)) @foreach ($jobseekers as $index => $jobseeker) @endforeach @endif
ID UserName UserEmail Firstname LastName Email Phone ProfilePicture Resume License Certifications Created at Profile Status Action
{{ $index + 1 }} {{ $jobseeker->user->name ?? 'null' }} {{ $jobseeker->user->email ?? 'null' }} {{ $jobseeker->first_name ?? 'N/A' }} {{ $jobseeker->last_name ?? 'N/A' }} {{ $jobseeker->email ?? 'N/A' }} {{ $jobseeker->phone ?? 'N/A' }} Resume Download License Download certifications Download {{ $jobseeker->created_at ?? 'N/A' }} @if ($jobseeker->profile_status == 'Verified') Verified @else UnVerified @endif Edit Verified UnVerified