@php $category = App\Category::with('simpleproducts')->where('id','=',$row->category_id)->first(); $cat_slug = str_slug($category->title, '-', app()->getLocale()); $subcategory =App\Subcategory::with('simpleproducts')->where('id','=',$row->subcategory_id)->first(); $subcat_slug = str_slug($subcategory->title, '-', app()->getLocale()); @endphp {{ __("staticwords.ViewArtwork")}} {{ __("staticwords.EditArtwork")}} {{ __("staticwords.Delete")}}

{{ __("staticwords.AreYouSure")}}?

{{ __("staticwords.DeleteArtworkText")}} {{ $row->product_name}} ? {{ __("staticwords.DeleteArtworkText1")}}.

{{csrf_field()}} {{method_field("DELETE")}}