@extends('layouts.app') @section('title', $topic['title'] . ' — Help Center') @section('nav_help', 'bg-teal-50 text-teal-700 font-semibold') @section('content')
{{ $topic['summary'] }}
Related topics
← Previous topic
{{ $prev['number'] }}. {{ $prev['title'] }}
@endif @if ($next)Next topic →
{{ $next['number'] }}. {{ $next['title'] }}
@endif