@extends('layouts.app') @section('title', 'Help Center') @section('content')
| # | Question | Answer | Actions |
|---|---|---|---|
| {{ $index + 1 }} | {{ $helpcenter->question }} | {{ \Illuminate\Support\Str::limit($helpcenter->answer, 60, '...') }} |
|
|
No questions found Add your first FAQ to get started |
|||