@extends('layouts.backend.master') @section('title') - Dashboard @endsection @section('mainPart')
@if(Session::has('message'))
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Total Branch

See All Branch {{ $branch }}

Apporved:    {{ $activeBranch }}

Pending:    {{ $inactiveBranch }}

Total Course

See All Course {{ $course }}

Active:    {{ $activeCourse }}

Inactive:    {{ $inactiveCourse }}

Total Batch

See All Batch {{ $batch }}

Acitve:    {{ $activeBatch }}

Inactive:    {{ $inactiveBatch }}

Results

See All Result {{ $result }}

Apporved:    {{ $pendingResult }}

Pending:    {{ $approvedResult }}

@endsection