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

Coaching Wise

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

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

@endif
Total No Of Attempts Made Till Now
{{$tot_test_attempted}}
Total No of Test Available
{{$tot_test}}
Total No Of Student Attempted
{{$tot_student}}

{{ $coaching_details->coaching_name }}

Total No of Test: {{$tot_test}}

@endsection @section('scripts') @endsection