@extends('front.layout.app') @section('title', 'Contact Us') @section('content') Frequently Ask Questions {{-- Click on the collapsible panel to open and close it. --}} {{-- {{ dd($faq) }} --}} @foreach ($faq as $item) {{ $item->title }} {!! $item->description !!} @endforeach @endsection
Click on the collapsible panel to open and close it.