@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 Question(s)
{{$totalQuestions}}
Total No. Of Chapter(s) in all Practice Sets
{{$totalChapters}}
Total No. Of Faculty
{{$totalFaculties}}

Chapter Details

Add Chapter

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

@endsection @section('scripts') @endsection