@extends('layouts::admin') @section('title', 'Courses — Umera Certificate Manager') @section('page_title', 'Courses') @section('page_subtitle', 'Manage courses and track participant enrollment') @section('content')
Manage courses, eligibility rules, and templates
| Course | Program | Participants | Eligible | Certificates | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $c->slug }}
{{ $c->name }}
Course Code: {{ $c->slug }}
|
{{ $c->program->name ?? '—' }} |
{{ number_format($c->registrations_count) }}
enrolled
|
—
—
|
{{ number_format($c->certificates_count) }}
|
@if($c->status === 'active') Active @elseif($c->status === 'draft') Draft @else Archived @endif | |
| No courses found. | ||||||