@extends('layouts.master') @section('title') {{ __('Dashboard') }} @endsection @section('css') @endsection @section('page-title') {{ __('Dashboard') }} @endsection @section('body') @endsection @section('content')

{{ __('Total Institutes') }}

{{ $total_institutes }}

{{ __('Total Teachers') }}

{{ $total_teachers }}

{{ __('Total Students') }}

{{ $total_students }}

{{ __('Total Patients') }}

0

@endsection @section('scripts') @endsection