@extends('employer.layouts.app') @section('title','Training Training Courses') @section('content')
@if (isset($data['candidatesCountCompleted'])) {{ $data['candidatesCountCompleted']}}@endif
No. of course completed candidates
@if (isset($data['candidatesCountApplied'])) {{ $data['candidatesCountApplied']}}@endif
No.of candidates applied
@if (isset($data['placementProvided'])) {{ $data['placementProvided']}}@endif
No. of placements provided
List of candidates applied for Jobs posted
View All >>>
@if (isset($data['candidatesAppliedList'])) @foreach ($data['candidatesAppliedList'] as $candidateApplied) @endforeach @endif
Name of candidate Email ID Contact number Applied job
{{$candidateApplied->name}} {{$candidateApplied->email}} {{$candidateApplied->mobile_number}} {{$candidateApplied->job_vacancies_name}}
@endsection