@extends('layouts.admin') @section('content')
| Question | Category | Sort Order | Status | Created | Actions |
|---|---|---|---|---|---|
| @if($faq->category) {{ $faq->category }} @else - @endif | {{ $faq->sort_order }} | @if($faq->is_active) Active @else Inactive @endif | {{ $faq->created_at->format('M d, Y') }} |