@extends('layouts.app') @section('content')
| SN# | Question | Answer | Status | Created At | Actions |
|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $faq->question }} | {{ Str::limit($faq->answer, 80) }} |
is_active ? 'checked' : '' }}
type="checkbox" role="switch">
|
{{ $faq->created_at->format('d M Y h:i A') }} |