@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->description !!}
@endforeach









@endsection