@extends('layouts.help') @push('styles') @endpush @section('content')

{{ $topic->name }}

← Back to Help

HELP TOPICS

    @if(! empty($topics)) @foreach ($topics as $t)
  • {{ $t->name }}
  • @endforeach @else
  • No results found
  • @endif

ARTICLES

@forelse($topic->articles as $article)

{{ $article->title }}

{{ $article->excerpt() }}

@empty

No article yet.

@endforelse
@endsection