@extends('layouts.app') @section('title', 'Help Center') @section('nav_help', 'bg-teal-50 text-teal-700 font-semibold') @section('content')

Help Center

A guided path through the whole system — read the topics in order like a course, or jump straight to the one you need. Each topic links to the related ones and to the real screen.

@foreach ($topics as $i => $topic)
{{ $i + 1 }}

{{ $topic['title'] }}

{{ $topic['summary'] }}

@endforeach

Topics you have opened are ticked on this device. Looking for the interactive walkthrough instead? Use the ? menu in the top bar to replay the guided tour.

@endsection