@extends('layouts.main') @section('title','Batch Candidate List') @section('content')
{!! Form::select('batch_name', isset($batchList) ? $batchList : [],null,['class' => 'form-control js-select2', 'placeholder' => 'Select','id'=> 'batch_name']) !!}
Refresh
@include('pro.include.candidate_batchList_render')
Resent Data
{!! Form::text('start_date','',['class'=>'form-control','placeholder'=>'e.g. 14-08-2018', 'id' => 'start_date']) !!}
{!! Form::text('end_date','',['class'=>'form-control','placeholder'=>'e.g. 15-08-2018', 'id' => 'end_date']) !!}
@endsection @section('footer') @endsection