@extends('layouts.app') @section('content')

FAQs

@foreach($faqs as $i => $faq) @endforeach
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') }}
@csrf @method('DELETE')
@push('scripts') @endpush @endsection