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

Practice Sets Manager

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

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

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

Practice Sets

Total No of Test: {{($totalSets)}}

Practice Sets Exam Type Total Subject Total Chapter Total Question Status Action
@endsection @section('scripts') @endsection