@extends('layouts::admin') @section('page_title', 'Participants') @section('page_subtitle', 'Manage and review all program participants') @section('content')
| Name | Course | Program | Eligibility | Certificate | Downloaded | Actions | |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($participant->name, 0, 1)) }}
{{ $participant->name }}
@if ($cert)
{{ $cert->certificate_number }}
@endif
|
{{ $participant->email }} | {{ $reg?->course?->name ?? '—' }} | {{ $reg?->program?->name ?? '—' }} | @if ($eligResult === null) Not Evaluated @elseif ($isEligible) Eligible @else Not Eligible @endif | @if ($certStatus === 'issued') Issued @elseif ($certStatus === 'revoked') Revoked @else None @endif | @if ($downloaded) Yes @elseif ($certStatus === 'issued') No @else — @endif | |
| No participants found. Import participants | |||||||