@extends('admin.layouts.sellermastersoyuz') @section('title',__('Add New Product')) @section('body') @component('seller.components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add New Product ') }} @endslot @slot('menu1') {{ __('Variant Product') }} @endslot @slot('menu2') {{ __('Add New Product ') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{__("Add New Product ")}}
@include('seller.product.tab.product')