@extends('admin.layouts.sellermastersoyuz') @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') }} |
|---|---|---|---|---|
| {{$key+1}} | {{$f->simpleproduct->product_name}} | {{ $f->question }} | {!!$f->answer!!} |
{{ __('Do you really want to delete this faq? This process cannot be undone') }}.