@extends('layouts.app') @section('title', 'Scriptu | ' . $topic->title) @section('content')
@if ($previousTopic) < All Topics @else < All Topics @endif

Topic: {{ $topic->title }}

{{ $topic->description }}

Chapters:

@php $showSidebar = true; $showTopicsSidebar = false; @endphp @endsection