@extends('admin.layout.app') @section('content')
| # | Question | Answer | Status | Action |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $faq->question }} | {!! \Illuminate\Support\Str::limit(strip_tags($faq->answer), 200) !!} | @if ($faq->status == 'active') Active @else Inactive @endif | Edit Delete |
| No FAQs found. | ||||