FAQs
Add FAQ| # | Question | Category | Order | Status | Actions |
|---|---|---|---|---|---|
| {{ $faq->id }} | {{ \Illuminate\Support\Str::limit($faq->question, 80) }} | {{ $faq->category ?: '—' }} | {{ $faq->sort_order }} | {{ $faq->status ? 'Active' : 'Inactive' }} | Edit |
| No FAQs found. | |||||
@extends('backend.layouts.master') @section('title', 'FAQs') @section('content')
| # | Question | Category | Order | Status | Actions |
|---|---|---|---|---|---|
| {{ $faq->id }} | {{ \Illuminate\Support\Str::limit($faq->question, 80) }} | {{ $faq->category ?: '—' }} | {{ $faq->sort_order }} | {{ $faq->status ? 'Active' : 'Inactive' }} | Edit |
| No FAQs found. | |||||