@extends('layouts.layout') @section('title', 'FAQ') @section('banner') @include('partials.telecharger') @endsection @section('main') FAQ @foreach ($faqs as $faq) {{$faq->question}} {!! $faq->reponse !!} @endforeach @endsection