@extends('layout.layout') @section('title', 'Beranda') @include('components.navbar') @section('body')
Sesi Pembelajaran

{{ $lesson->course->title }}

Materi Ke-{{ $currentLessonNumber }} dari {{ $totalLessons }} materi

Lesson Thumbnail

{{ $lesson->title }}

@if (!empty($lesson->url_video))
@endif
{!! $lesson->content !!}
@if ($prevLesson) ← Sebelumnya @else @endif @if ($nextLesson) Selanjutnya → @else @endif
@include('components.footer') @endsection