@extends('layouts::admin') @section('page_title', 'Programs') @section('page_subtitle', 'Manage programs, cohorts, and associated courses') @section('content')
Active Programs
{{ $stats['active_programs'] }}
Total Courses
{{ $stats['total_courses'] }}
Enrolled
{{ number_format($stats['enrolled']) }}
Certificates
{{ number_format($stats['certificates']) }}
All training programs managed on this platform
| Program | Code | Year | Courses | Participants | Certificates | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ substr($p->name, 0, 1) }}
{{ $p->name }}
Umera Business School
|
{{ $p->slug }} | {{ $p->created_at->format('Y') }} |
{{ $p->courses_count }} Courses
|
{{ number_format($p->registrations_count) }} | {{ number_format($p->certificates_count) }} | @if ($p->status === 'active') Active @else Inactive @endif |
|
| No programs found. | |||||||