@extends('layout.app') @section('content') @include('components.banner',['title'=>'Questions fréquemment posées','img'=>'pics/banner/faq-banner.jpg'])

Frequently Asked Questions

@if($faqs != null && count($faqs)>0) @foreach($faqs as $key => $faq)

{{$faq->fr_question}}

{!!$faq->fr_answer!!}
@endforeach @endif
@endsection