@extends('master') @section('seo_title', 'FAQs') @section('seo_keywords', '') @section('seo_description', '') @section('content') @include('layout.breadcrumbs', ['page_title' => 'FAQs']) FAQs @lang('messages.FAQS_INTRO') @foreach ($faqs as $key => $faq) {{ $faq->pergunta }} {!! $faq->resposta !!} @endforeach @endsection
@lang('messages.FAQS_INTRO')