@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
card-img-left card-img-right

Welcome {{ $adminDetails->name }},

You have reached sum of {{ $students }} students among which {{ $activeStudents }} student{{ $activeStudents > 1 ? 's have' : ' has' }} activated {{ $activeStudents > 1 ? 'their' : 'his/ her' }} account.

Statistics

Updated Just Now

{{$students}}

Students

{{$categories}}

Courses

{{$videos}}

Videos

{{$earnings}}

Earnings

@endsection @section('vendor-script') @endsection @section('page-script') @stack('scripts') {{-- --}} @endsection