Add FAQ
@foreach($faqs as $key => $f) @endforeach
# Product Name Question Answer Action
{{$key+1}} {{$f->product['name']}} {{ $f->question }} {!! $f->answer !!}
@foreach($faqs as $key => $f) @endforeach @foreach($faqs as $key => $f) @endforeach