@extends('layouts.app') @section('title', 'Enrollments') @section('page-title', 'Enrollments') @section('breadcrumb', 'Manage learner enrollments') @section('content')
| Learner | Type | Target | Status | Access Period | Enrolled | Actions |
|---|---|---|---|---|---|---|
|
{{ $enrollment->user?->name }}
{{ $enrollment->user?->email }} |
@if($enrollment->enrollment_type === 'course') {{ $enrollment->course?->title ?? '—' }} @elseif($enrollment->enrollment_type === 'batch') {{ $enrollment->batch?->title ?? '—' }} @else {{ $enrollment->bundle?->title ?? '—' }} @endif |
|
{{ $enrollment->access_starts_at?->format('M d, Y') ?? '—' }} @if($enrollment->expires_at) → {{ $enrollment->expires_at->format('M d, Y') }} @endif | {{ $enrollment->enrolled_at?->format('M d, Y') ?? '—' }} |