FAQs

1
2
3
4
@foreach (\App\Models\Faq::whereType('customer')->get() as $faq)
{{ $faq->question }}

{!! $faq->answer !!}

@endforeach
image-not-show