@extends('layouts.dashboard') @section('title', 'Tableau de Bord - Professeur Sciences Afrique') @section('page-title', 'Tableau de Bord') @section('page-subtitle', 'Bienvenue, ' . auth()->user()->name . '.') @section('content')
Cours Actifs
{{ $courses->total() }}
{{ $studentsCount }} étudiants au total
Étudiants Inscrits
{{ $studentsCount }}
Dans tous vos cours
Évaluations
{{ $assignmentsCount }}
{{ $successRate }}% taux de réussite
Revenus Totaux
${{ number_format($totalEarnings, 2) }}
{{ $enrollment->name }}
{{ \Carbon\Carbon::parse($enrollment->created_at)->format('d/m/Y') }}