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

{{-- Conditionally use these messages --}} Download template, fill all the required details and upload the file.

{{ 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"]) !!} {!! Form::hidden("id_proof", "", ["id" => "id_proof"]) !!} {!! Form::hidden("live_stream", "", ["id" => "live_stream"]) !!} {!! Form::hidden("screen_share", "", ["id" => "screen_share"]) !!} {!! Form::hidden("third_eye", "", ["id" => "third_eye"]) !!} {!! Form::hidden("live_record", "", ["id" => "live_record"]) !!} {!! Form::hidden("screen_share_record", "", ["id" => "screen_share_record"]) !!} {!! Form::hidden("third_eye_video_record", "", ["id" => "third_eye_video_record"]) !!}
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_id_proof_required == 1) @endif @if(!empty($getsettings_details) && $getsettings_details->is_screen_capture_enabled == 1)
@endif {{--@if(!empty($getsettings_details) && $getsettings_details->live_stream == 1)
@endif--}} @if(!empty($getsettings_details) && $getsettings_details->screen_share == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->third_eye == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->live_record == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->screen_share_record == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->third_eye_video_record == 1)
@endif
Please wait, Loading...
@endsection @section('footer') @if (Session::has('report_excel')) @endif @endsection