{{-- ============ Curriculum sidebar ============ --}} {{-- ============ Lesson stage ============ --}}
{{-- Video --}}
@if ($lesson->youtubeEmbedUrl()) @else

Video coming soon

The lesson notes below are ready for you.

@endif

{{ $lesson->module->title }}

{{ $lesson->title }}

{{ $lesson->duration_minutes }} min @if ($lesson->is_free_preview) Free preview @endif
@if ($enrolled) @endif
@if ($lesson->summary)

{{ $lesson->summary }}

@endif @if ($lesson->body)
@foreach (explode("\n\n", $lesson->body) as $paragraph)

{{ $paragraph }}

@endforeach
@endif @if (! empty($lesson->materials))

Downloads & resources

@endif @if ($lesson->id === $lesson->module->lessons->last()?->id) @endif @unless ($enrolled)

Enjoying the preview?

Enroll to unlock all {{ $course->lessons()->count() }} lessons, track your progress and learn at your pace, forever.

@auth
@csrf
@else Create a free account to enroll @endauth
@endunless {{-- Prev / next --}}
@if ($previous && ($previous->is_free_preview || $enrolled)) {{ \Illuminate\Support\Str::limit($previous->title, 24) }} @else @endif @if ($next) @if ($enrolled) @elseif ($next->is_free_preview) Next lesson @endif @elseif ($enrolled && $progress === 100) Course complete, back to dashboard @endif