@extends('adminlte::page') @section('title', 'Sergic - FAQ') @section('content_header') @if(Session::has('message')) @endif

FAQ - Liste

@stop @section('content')
Nouvelle FAQ

@foreach($faqs as $faq) @endforeach
Question RĂ©ponse Publication Actions
{{ $faq->question }} {{ $faq->answer }} {{ $faq->is_published }}
@method('DELETE') @csrf
@stop @section('js') @stop