@extends('admin.layouts.master') @section('title','Edit Product: '. $product->product_name.' | ') @section('body')
# | Product Name | Question | Answer | Action |
---|---|---|---|---|
{{$key+1}} | {{$f->simpleproduct->product_name}} | {{ $f->question }} | {!!$f->answer!!} |
Do you really want to delete this faq? This process cannot be undone.