@extends('admin.layouts.master-soyuz') @section('title',__('Edit Product :product | ',['product' => $product->product_name])) @section('stylesheet') @endsection @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Product') }} @endslot @slot('menu1') {{ __("Product") }} @endslot @slot('menu2') {{ __("Edit Product") }} @endslot @slot('button')
@endslot @endcomponent{{ $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.