@extends('admin.layouts.master-soyuz') @section('title','Edit Artwork: '. $product->product_name.' | ') @section('stylesheet') @endsection @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Artwork') }} @endslot @slot('menu1') {{ __("Artwork") }} @endslot @slot('menu2') {{ __("Edit Artwork") }} @endslot @slot('button')
@endslot @endcomponent{{ $error}}
@endforeach# | Artwork 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. |
Do you really want to delete these products? This process cannot be undone.