@extends('layouts.app') @section('content')
Total Students
Total Enrollments
Certificates Issued
Active Programs
| Student | Course | Date |
|---|---|---|
| {{ $enrollment->user->name }} | {{ $enrollment->course->name }} | {{ $enrollment->created_at->format('d M Y') }} |
| Student | Course | Date |
|---|---|---|
| {{ $certificate->user->name }} | {{ $certificate->course->name }} | {{ $certificate->issue_date->format('d M Y') }} |