@extends('employer.layouts.app') @section('title','Shortlisted Candidate List') @section('content')

Shortlisted Candidates List


@foreach ($shortlisted as $key=>$candidate) @endforeach
Sl.No Candidate Name Address Mobile Number Email Id Highest Qualification Shortlisted Job Vacancy Action
{{ ($key+1) }} {{$candidate->user->name}} {{ $candidate->user->building_name }}
{{ $candidate->user->landmark }}
{{ $candidate->user->postOffice }}
{{ $candidate->user->pincode }}
{{$candidate->user->mobile_number}} {{$candidate->user->email}} {{$candidate->user->highest_qualification }} {{$candidate->GetJob->name}}
@endsection