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

View Practice Set Chapter

Package Details

@if($practiceSetDetails->status != 3 && $practiceSetDetails->status < 5) @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
@endsection @section('scripts') @endsection