@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Help Center') @section('content')
Need a hand?

Help Center

Explore step-by-step guides, troubleshooting articles, and community tips to get the most out of Socialink.

Popular searches:
@foreach ($featuredArticles->take(3) as $quickArticle) {{ $quickArticle->title }} @endforeach
@if ($searchQuery !== '')
Search results for "{{ $searchQuery }}"
{{ $searchResults->count() }} matches
@if ($searchResults->isEmpty())

No articles matched your search. Try adjusting your keywords or explore the topics below.

@else @endif
@endif @if ($featuredArticles->isNotEmpty()) @endif

Browse by topic

Everything you need to know, organized for quick answers.

@foreach ($topics as $topic)
{{ $topic->title }}
{{ $topic->articles->count() }} articles

{{ Str::limit(strip_tags($topic->description), 140) }}

@foreach ($topic->articles->take(3) as $topicArticle) {{ Str::limit($topicArticle->title, 50) }} @endforeach
Explore topic
@endforeach

Still need assistance?

Our support team is here 24/7. Reach out and we'll help you get back on track.

@endsection