+ {{ __('Add FAQ') }}
@if(!empty($faqs)) @foreach($faqs as $brand) @endforeach @endif
{{ __("S.No") }} {{ __('Product Name') }} {{ __('Question') }} {{ __('Answer') }} {{ __('Action') }}
{{$i++}} {{$brand->product['name']}} {{$brand->question}} {!!$brand->answer!!}
{{csrf_field()}} {{method_field("DELETE")}}