@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', $topic->title . ' - Help Center') @section('content')
{{ $topic->description }}
{{ Str::limit(strip_tags($article->summary ?? $article->content), 160) }}
{{ $article->estimated_reading_time ?? '—' }} min read • {{ $article->updated_at?->diffForHumans() ?? '—' }}Articles assigned to this topic will appear here.
@endforelse{{ $topic->icon ?? 'none' }}