@extends('layouts.main') @section('title',trans('core.title_search_candidate')) @section('custom_style') @endsection @section('content')
@include('corporate.searchv1.search-filter-form')
Please wait, Loading...
Show Results
{!! $search_results['pagination'] ?? '' !!}
{!! $search_results['component'] ?? '' !!}
Candidate Name Course Type Course Skills Year of Pass-Out Action
@include('corporate.candidate-modal') @endsection @section('footer') @endsection