@extends('admin.admin-layout') @section('content')
| # | Question | Answer | FAQ Category | Created At | Action |
|---|---|---|---|---|---|
| # | {{ $faq->question }} | {!! Str::limit(strip_tags($faq->answer), 80) !!} | {{ $faq->category->name ?? 'Uncategorized' }} | {{ $faq->created_at->format('d M Y') }} | |
| No FAQs found. | |||||