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

Coaching Management

Total No of Registered Coaching
{{$totalCoaching}}
Total No Of Inactive Coaching: {{$totalInactiveCoaching}}
    @if($totalInacCoachingExamTypeWise) @foreach($totalInacCoachingExamTypeWise as $key=>$res) @if($key < 2)
  • {{$res->exam_type}} {{$res->count}}
  • @endif @endforeach @endif
Total Suspended Coaching: {{$totalSuspendCoaching}}
    @if($totalSusCoachingExamTypeWise) @foreach($totalSusCoachingExamTypeWise as $key => $res) @if($key < 2)
  • {{$res->exam_type}} {{$res->count}}
  • @endif @endforeach @endif

Clear All

{{csrf_field()}}

All Coaching

0

Total No of Coaching: 0

@endsection @section('scripts')