@extends('admin.layouts.sellermastersoyuz') @section('title',__('Edit product - :product',['product' => $products->name])) @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Edit Product ') }} @endslot @slot('menu1') {{ __('Products') }} @endslot @slot('menu1') {{ __('Edit Product ') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{__('Edit product - :product',['product' => $products->name])}}
@include('seller/product/tab.edit.product')
@include('seller.product.tab.edit.productspec')
@include('seller/product/tab.edit.faq')
@include('seller/product/tab.edit.show_related')