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

Quiz Manager

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

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

@endif
{{csrf_field()}}
Total No of Quiz
{{$totalQuizs}}
Total Exams
{{$totalExamTypes}}
Total Subjects
{{$totalSubjects}}

Quiz

Total No of Quiz: {{$totalQuizs}}

Quiz Name Exam Type No. Of Question Duration Status Action
@endsection @section('scripts') @endsection