@extends('layouts.admin') @section('title', 'FAQs') @section('page-title', 'Manage FAQs') @section('content')
| Question | Category | Status | Actions |
|---|---|---|---|
|
{{ $faq->question_en }}
{{ Str::limit($faq->answer_en, 60) }}
|
{{ $faq->category ?? 'General' }} | @if($faq->is_active ?? true) Active @else Inactive @endif | Edit |
|
No FAQs found |
|||