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

View Practice Set Chapter

Package Details

  • @if(isset($details->subjectByPracticeSetChapter[0])) {{$details->subjectByPracticeSetChapter[0]->subject}} @endif
  • @if(isset($details->chapterByPracticeSetChapter[0])) {{$details->chapterByPracticeSetChapter[0]->chapter}} @endif
  • @if(isset($details->facultyByPracticeSetChapter[0])) {{$details->facultyByPracticeSetChapter[0]->faculty_name}} @endif
  • @if($details->language_id == 1) {{'English'}} @else {{'Hindi'}} @endif
@endsection @section('scripts') @endsection