@if (\Session::get('success'))
×
@endif
@if (\Session::has('error'))
Success! Test event Successfully created.
Error! {!! \Session::get('error') !!}
@endif
Create New Test Event
{!! Form::open(["route" => ["pro.company.testevent.store"], "method" => "POST", "id" => "testevent_form"]) !!}
@if(!empty($getsettings_details) && $getsettings_details->is_img_live_proctoring == 1)
@endif
@if(!empty($cor_custom_setting) && $cor_custom_setting->is_id_proof_required == 1)
@endif
@if(!empty($cor_custom_setting) && $cor_custom_setting->is_screen_capture_enabled == 1)
@endif
@if(!empty($cor_custom_setting) && $cor_custom_setting->live_record == 1)
@endif
@if(!empty($cor_custom_setting) && $cor_custom_setting->screen_share_record == 1)
@endif
@if($is_customizedcorp == 1)
@else
{!! Form::hidden("custom_setting",1,['class' => 'js-pro-custom_forms-setting','id'=>"js-pro-custom_setting_withoutpro"]) !!}
@endif
{!! Form::close() !!}
{!! Form::text('name', "", ['class'=>'form-control','placeholder'=>'Enter the event name']) !!}
{!! Form::select('assessment_id', [], "", ['id' => 'assessment_id','class'=> 'js-select2','data-placeholder'=>'Select an Assessment']) !!}
{!! Form::text('start_date', $currentDate, ['id' => 'start_date','class'=> 'form-control', 'placeholder' => 'Select the Start Date', "readonly"]) !!}
{!! Form::text('end_date', "", ['id' => 'end_date','class'=> 'form-control', 'placeholder' => 'Select the End Date', "readonly"]) !!}
{!! Form::text('master_key', $maser_key, ['id' => 'master_key','class'=> 'form-control', 'placeholder' => 'Enter the Master key', "readonly"]) !!}
{!! Form::text('ip_white_list', "", ['id' => 'ip_white_list','class'=> 'form-control', 'placeholder' => 'Use (,) separater for multiple IP']) !!}
Custome Choice * :
@if($is_customizedcorp == 1)
{!! Form::select('custom_entity_choice',$custom_entity,null, ['id' => 'custom_entity_choice','class'=> 'hme-select-style','required'=>true, 'data-placeholder'=>'Select Custome Entity']) !!}
@endif