Batch Candidates List
{!! Form::select('batch_name', isset($batchList) ? $batchList : [],null,['class' => 'form-control js-select2', 'placeholder' => 'Select','id'=> 'batch_name']) !!}
@include('pro.include.candidate_batchList_render')