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

Chapter Details

@if(Session::has('error'))

{{ Session::get('error') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif
{{csrf_field()}}
Total No of Questions
{{$totalQuestions}}
Total No of Chapters In All Practice Sets
{{$totalChapters}}
Total No of Faculties
{{$totalFaculties}}

Chapter Details

Total No of Chapter: {{count($chapters)}}

Chapter Subject No of Question Faculty Name Status Action
@endsection @section('scripts') @endsection