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

View Details

Chapter Details

Percentage

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

@if($details->internal_coaching == 1) @endif
  • @if(isset($details->subjectByPracticeSetChapter[0])) {{$details->subjectByPracticeSetChapter[0]->subject}} @endif
  • @if(isset($details->chapterByPracticeSetChapter[0])) {{$details->chapterByPracticeSetChapter[0]->chapter}} @endif
  • @if(isset($details->facultyByPracticeSetChapter)) @foreach($details->facultyByPracticeSetChapter as $faculty) @if(isset($faculty->facultyByPracticeSetChapterFaculty)) @endif @endforeach @endif {{trim($test_faculty, ' & ')}}
  • @if($details->language_id == 1) {{'English'}} @else {{'Hindi'}} @endif
@if($reviewDetails->section_completion_status == 1) @php $class=''; @endphp @else @php $class='mark_chapter'; @endphp @endif Mark This Section Complete
@endsection @section('scripts') @endsection