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

View Test

Test Details

@if($packageDetails->status != 3 && $packageDetails->status < 5) @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_level == 1) {{'Easy'}} @elseif($details->difficulty_level == 2) {{'Medium'}} @else {{'Hard'}} @endif
  • {{$details->duration}}
  • {{$details->marks}}
  • @if(isset($details->questionByTest)){{count($details->questionByTest)}}@endif
  • @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(isset($details->examTypeByTest[0])){{$details->examTypeByTest[0]->exam_type}}@endif @if(isset($details->examNameByTest[0])){{$details->examNameByTest[0]->exam_name}}@endif
@endsection @section('scripts') @endsection