@extends('admin.layouts.master-soyuz') @section('title','Edit 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 }}DeleteAre You Sure ?Do you really want to delete this faq? This process cannot be undone. |