{{-- Categories Sidebar --}} {{-- Main Content --}}
{{-- Search --}}
@if($this->selectedArticle) {{-- Article Detail View --}}
{{ $this->categories[$this->selectedArticle->category]['label'] ?? $this->selectedArticle->category }}

{{ $this->selectedArticle->title }}

{!! nl2br(e($this->selectedArticle->content)) !!}
{{-- Was this helpful? --}}

{{ __('Was this article helpful?') }}

@else {{-- Article List --}} @if($this->articles->isEmpty()) @else
@foreach($this->articles as $article) @endforeach
@endif @endif