@extends('layouts.main') @section('title',trans('core.title_allcandidate')) @section('content')
Please wait, Loading...
{!! Form::select("search",$search_type ? $search_type : [],$search_type_select,array("class"=>"select-drop js-search_type","id"=>"js-search_type",'placeholder' => 'Please Choose Search Type')) !!}
{!! Form::select("search_done_by",[],"",array("class"=>"select-drop js-search_done_by","id"=>"js-all-done-by",'placeholder' => 'Please Choose Search Done By')) !!}
{!! Form::hidden("prof_type_search",$prof_type_select,array("class"=>"","id"=>"js-prof_type_search")) !!} {!! Form::select("prof_type",$profile_type ? $profile_type : [],$prof_type_select,array("class"=>"select-drop","id"=>"js-prof_type",'placeholder' => 'Please Choose Profile Type')) !!}
{!! Form::text('allcandidate_date',null,['class'=>'h-33 form-control js-corp-date','id'=>'js-corp-allcandidate-date','placeholder'=>'Choose Date']) !!}
{!! Form::hidden("search_id",$search_id,array("class"=>"","id"=>"js-type-search_name_search")) !!} {!! Form::select("search",$search_name,$search_id,array("class"=>"select-drop js-search_name","id"=>"js-type-search_name",'placeholder' => 'Please Choose Search')) !!}
@if(Auth::guard('corporate')->user()->status == 1) @endif
{!! Form::open(['url' =>secure_url('pro/candidate-excel-upload'),'method'=>'POST','id'=>'candidate-result-save','enctype'=>'multipart/form-data']) !!}
{!! Form::file('candidate_excel_upload',array('class' => 'custom-file-input candidate_excel_upload','id'=>'candidate_excel_upload',"style"=>"display: none;")) !!}
{!! Form::close() !!}
{!! $component !!}
@if($candidates->hasMorePages()) @endif
@include('corporate.candidate-modal') @endsection