@extends('backend.layouts.application') @section('title', __('Dashboard')) {{-- @section('access', 'Quick Access') --}} @section('content') @if (!$settings['mail_status'])
{{ __('SMTP is not enabled, set it now to be able to recover the password and use all the features that needs to send an email.') }} {{ __('Take Action') }}
@endif

{{ __('Total Students') }}

{{ $totalStudents }}

{{ __('Included inactive students') }}

{{ __('Total Active Students') }}

{{ $totalActiveStudent }}

{{ __('Total App Installed') }}

{{ $totalAppInstalled }}

{{ __('Total Inactive Students') }}

{{ $totalInactiveStudent }}

{{ __('Recent User Login ( IOS )') }}

@include('backend.includes.emptysmall')

{{ __('Recent User Login Android') }}

@include('backend.includes.emptysmall')

{{ __('Most Viewed Images') }}

@include('backend.includes.emptysmall')

{{ __('Most Viewed Videos') }}

@include('backend.includes.emptysmall')
@push('scripts_libs') @endpush @push('top_scripts') @endpush @endsection