@extends('layouts.app') @section('title', 'Scriptu | ' . $chapter->title) @section('content')

{{ $chapter->title }}

@if ($previousChapter) < Previous @else < All Topics @endif @if ($nextChapter) Next > @endif

{!! $htmlContent !!}
@if ($previousChapter) < Previous @else < All Topics @endif @if ($nextChapter) Next > @endif
@php $showSidebar = true; $showTopicsSidebar = false; @endphp @endsection