@extends('siswa.layout') @section('content')

{{ $lesson->title }}

{{ $lesson->title }}

{!! nl2br(e($lesson->content)) !!}
@if($isCompleted) ✓ Materi telah diselesaikan @endif
@if(!$isCompleted)
@csrf
@elseif($canGoNext && $nextLesson) Lanjut ke Materi Berikutnya → @else @endif
@endsection