@extends('admin.layout.master') @section('content')

View Details

Test Details

Percentage

{{$reviewDetails->completion_percent}}%
@if($reviewDetails->completion_status == 1) Test Completed @else Mark Test As Complete @endif

@if($details->internal_coaching == 1) @else @endif
  • @if(isset($details->examTypeByTest[0])){{$details->examTypeByTest[0]->exam_type}}@endif @if(isset($details->examNameByTest[0])){{$details->examNameByTest[0]->exam_name}}@endif
  • {{$details->test_name}}
  • @if(isset($details->examTypeByTest[0])){{$details->examTypeByTest[0]->exam_type}}@endif
  • @if(isset($details->examNameByTest[0])){{$details->examNameByTest[0]->exam_name}}@endif
  • @if(isset($details->testTypeByTest)){{$details->testTypeByTest->test_type_name}}@endif
  • @if(isset($details->subjectByTest)) @foreach($details->subjectByTest as $subject) @if(isset($subject->subjectByTestSubject)) @endif @endforeach @endif {{trim($test_subjects, ' & ')}}
  • @if($details->difficulty_id == 1) {{'Easy'}} @elseif($details->difficulty_id == 2) {{'Medium'}} @else {{'Hard'}} @endif
  • {{$details->duration}}
  • {{$details->marks}}
  • {{$details->total_questions}}
  • {{$totalAvailableQuestions}}
  • @if(isset($details->facultiesByTest)) @foreach($details->facultiesByTest as $faculty) @if(isset($faculty->facultyByTestFaculty)) @endif @endforeach @endif {{trim($test_faculty, ' & ')}}
  • @if(isset($details->languagesByTest)) @foreach($details->languagesByTest as $lang) @if($lang->language_id == 1) @else @endif @endforeach @endif {{trim($test_language, ' & ')}}
  • @if(isset($details->instructionByTest)){!! $details->instructionByTest->portal_filename !!}@endif
  • @if(isset($details->instructionByTest->multiInstructions))
      @foreach($details->instructionByTest->multiInstructions as $insts)
    • {{$insts->test_filename}}
    • @endforeach
    @endif
@if(isset($details->templateByTest)) @endif
@if($reviewDetails->section_completion_status == 1) @php $class=''; @endphp @else @php $class='mark_test'; @endphp @endif Mark This Section Complete
@endsection @section('scripts') @endsection