@extends('layouts.layout') @section('title', 'FAQ') @section('banner')
@include('partials.telecharger')
@endsection @section('main')

FAQ

@foreach ($faqs as $faq)

{!! $faq->reponse !!}
@endforeach
@endsection