@extends('dashboard.index') @section('title', 'FAQ') @section('title2', 'Liste') @section('content')
| #ID | Question | Réponse | Actions |
|---|---|---|---|
| #{{ $faq->id }} | {{ $faq->titre }} | {{ Str::limit($faq->description, 50) }} |
|
| Aucune question trouvée. | |||