@extends('frontend.layouts.app') @section('title', 'About Us - I Am Happy Healthcare Platform') @section('content') FAQs Home FAQs FAQ'S @foreach ($faq as $index => $item) {{ $item->question }} {{ $item->answer }} @endforeach @endsection
{{ $item->answer }}