@extends('admin.layouts.sellermastersoyuz') @section('title',__('Edit product - :product',['product' => $products->name])) @section('body') @include('admin.layouts.topbar',$data)
@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')