@extends('admin.admin-layout') @section('content')
@if (session('success')) @endif @if (session('error')) @endif

All FAQ's

@forelse ($faqs as $faq) @empty @endforelse
# Question Answer FAQ Category Created At Action
# {{ $faq->question }} {!! Str::limit(strip_tags($faq->answer), 80) !!} {{ $faq->category->name ?? 'Uncategorized' }} {{ $faq->created_at->format('d M Y') }}
@csrf @method('DELETE')
No FAQs found.
@endsection