@extends('layouts.main') @section('title',trans('core.title_bulk_assessment')) @section('content')
!

{{-- Conditionally use these messages --}} Download the Template and Fill all the required
Candidate details then upload Excel File to process Candidates

{{ csrf_field() }} {!! Form::hidden("assessment_id", "", ["id" => "assessment_id"]) !!} {!! Form::hidden("start_date", "", ["id" => "start_date"]) !!} {!! Form::hidden("end_date", "", ["id" => "end_date"]) !!} {!! Form::hidden("window_proctoring_setting", "", ["id" => "window_proctoring_setting"]) !!} {!! Form::hidden("window_proctoring_retries", "", ["id" => "window_proctoring_retries"]) !!} {!! Form::hidden("image_proctoring", "", ["id" => "image_proctoring"]) !!} {!! Form::hidden("screen_capturing", "", ["id" => "screen_capturing"]) !!} {!! Form::hidden("plant_location_id", "", ["id" => "plant_location_id"]) !!}
Assessment Settings
{!! Form::select("assessment_id_field", $assessmentMaster, "", ["class" => "hme-select-style js-select2", "id" => "assessment_id_field", "placeholder" => "Select Assessment"]) !!}
@if((!empty($getsettings_details) && $getsettings_details->bosch_plant_location == 1)) @php $getplant_details=\App\Helper\HireMeeHelper::getPlantLocation(); @endphp
{!! Form::select("plant_location",$getplant_details,"",["class"=>"hme-select-style js-select2","id" => "plant_field","style"=>"width:100%;"]) !!} {!! Form::hidden("plant_check",1, ["id" => "plant_check_id"]) !!}
@endif
{!! Form::text('start_date_field', '', ['class'=>'form-control radius-4','placeholder'=>'e.g. 14-08-2018 14:11:00', 'id'=>'start_date_field', 'readonly' => 'true']) !!}
{!! Form::text('end_date_field', '', ['class'=>'form-control radius-4','placeholder'=>'e.g. 15-08-2018 15:11:00', 'id'=>'end_date_field', 'readonly' => 'true']) !!}
@if(!empty($getsettings_details) && $getsettings_details->is_img_live_proctoring == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->is_screen_capture_enabled == 1)
@endif
Please wait, Loading...
@endsection @section('footer') @if (Session::has('report_excel')) @endif @endsection