@extends('admin.layouts.app') @section('title', 'FAQs') @section('content')
| Question | Category | Sort Order | Status | Actions |
|---|---|---|---|---|
| {{ Str::limit($faq->question, 50) }} | {{ $faq->category ? $faq->category->name : '-' }} | {{ $faq->sort_order }} | {{ $faq->status }} | |
| No FAQs found. | ||||