@extends('layouts.app') @section('title', 'Home') @section('content')

How can we help you?

@auth @else @endauth

Knowledge Base

@forelse($knowledgeBaseItems as $item)

{{ $item->title }}

{{ Str::limit($item->content, 150) }}

Read More →
@empty

No knowledge base articles available yet.

@endforelse
@endsection