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