@extends('layouts.main') @section('title',trans('core.title_single_assessment')) @section('content') @php $auth = Auth::guard('corporate')->user(); $getsettings_details=\App\Helper\HireMeeHelper::getCorporateSettingsDetails($auth->company_id); @endphp
Please wait, Loading...
{{-- Upload Question Wrapper for tabs and content --}}
{!! Form::open(["url" => secure_url('pro/company/candidate-upload'), "method" => "POST", 'id' => "single_upload_candidate_form", "name" => "single_upload_candidate_form"]) !!} {!! csrf_field() !!}
@foreach($assessmentMaster as $assessment) @endforeach @if($assessmentMaster->count() <= 0) @endif
Assessment Name
No. of Test PIN
{{ $assessment->name }}
No records found
Assessment Name Candidate Details     Proctoring Settings & Schedule
Frontend Development
{!! Form::hidden("assessment_id", "", ["class" => "assessment_id_hidden"]) !!}
@if(!empty($getsettings_details) && $getsettings_details->is_custom_excel_upload == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->is_registration == 1)
{!! Form::text('dob','',array('class'=>'form-control table-text-style js_dob','id'=>'js_dob','placeholder'=>'Enter Your DOB')) !!}
@endif
@if(!empty($getsettings_details) && $getsettings_details->is_department == 1)
@endif @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"=>"js-select2 form-control plant_location","id" => "plant_location","style"=>"width:100%;"]) !!}
{!! Form::hidden("plant_check",1, ["class" => "plant_check_id"]) !!}
@endif @if(!empty($getsettings_details) && $getsettings_details->is_registration == 1)
@endif
@if(!empty($getsettings_details) && $getsettings_details->is_screen_capture_enabled == 1)
@endif
@if(!empty($getsettings_details) && $getsettings_details->is_id_proof_required == 1 ) @endif
@if(!empty($getsettings_details) && $getsettings_details->screen_share == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->live_record == 1)
@endif @if(!empty($getsettings_details) && $getsettings_details->screen_share_record == 1)
@endif
{!! Form::close() !!}
Please wait, Loading...
@endsection @section('footer') @endsection