JobSeeker
{{ session('success') }}
@endif
ID | UserName | UserEmail | Firstname | LastName | Phone | ProfilePicture | Resume | License | Certifications | Created at | Profile Status | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $jobseeker->id ?? "null"}} | {{ $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 |