View Practice Set Chapter
-
@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