@extends('layouts.main') @section('title',"Bulk Test Result") @section('content')
Please wait, Loading...
@if (\Session::has('error'))
Error! {!! \Session::get('error') !!}
@endif

Total Candidates: {{ count($resultReport) }}

@php $filter_range = HireMeeHelper::countBasedLimiter($resultReport->count(),getenv('MAX_BULK_DOWNLOAD')); $files_filter_range = HireMeeHelper::countBasedLimiter($resultReport->count(),getenv('MAX_FILE_BULK_DOWNLOAD')); @endphp

{{-- @version 21.0 @author Dilip V2E17314 @abstract Masked & Unmasked --}}
{!! Form::select('excel_filter_range',$filter_range,'',['class'=>'form-control','id'=>'excel_filter_range']) !!}

@include('pro.corporate.bulk_requests_lists')
Assessment Name Search Start Date Search End Date Requested On Status Action

{!! Form::select('index_page_filter_range',$filter_range,'',['class'=>'form-control','id'=>'index_page_filter_range']) !!}
{!! Form::open(["action" => "Pro\Corporate\CorporateController@testResultSearch", "id" => "load_more_form"]) !!} {!! Form::hidden("assessment", $input['assessment']) !!} {!! Form::hidden("assessment_type", $input['assessment_type'] ? $input['assessment_type'] : "") !!} {!! Form::hidden("start_date", $input['start_date']) !!} {!! Form::hidden("end_date", $input['end_date']) !!} {!! Form::hidden("search_date_type", $input['search_date_type']) !!} {!! Form::hidden("order_by_field", $input['order_by_field']) !!} {!! Form::hidden("order_by_type", $input['order_by_type']) !!} {!! Form::hidden("is_masked", 0,['id'=>'is_masked_input']) !!} {{-- @version 21.0 @author Dilip @abstract Masked & Unmasked --}} {!! Form::close() !!}
@endsection @section('footer') @endsection