@extends('admin.layouts.master-soyuz') @section('title',__('Edit Product :product | ',['product' => $product->product_name])) @section('stylesheet') @endsection @section('body') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach| # | Product Name | Question | Answer | Action | @foreach($product->faq as $key => $f)
|---|---|---|---|---|
| {{$key+1}} | {{$f->simpleproduct->product_name}} | {{ $f->question }} | {!!$f->answer!!} |
Edit FAQ: {{ $f->question }}{{ __("DELETE") }}Are You Sure ?Do you really want to delete this faq? This process cannot be undone. |
Do you really want to delete these products? This process cannot be undone.