@if ($course?->thumbnail)
@else
@endif
{{ $course?->title }}
Enrolled {{ optional($enrollment->enrolled_at)->format('M Y') }}
{{ $course?->title }}
{{ $course?->instructor?->name ?: 'Instructor pending' }}
Progress{{ $progress }}%
{{ $progress > 0 ? 'Momentum is building. Pick up where you left off.' : 'Ready to begin your first lesson.' }}
Continue