@extends('website.layouts.master') @section('content')

@lang('header.questions')

@foreach ($faqs as $faq)
{{ html_entity_decode(strip_tags($faq['question'])) }}

{{ html_entity_decode(strip_tags($faq['answer'])) }}

@endforeach
@endsection