@extends('admin.layouts.sellermastersoyuz') @section('title','Create new product | ') @section('body') @component('seller.components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Create new product') }} @endslot @slot('menu1') {{ __('Simple Product') }} @endslot @slot('menu1') {{ __('Create new product') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Create new product') }}
@csrf
{{ __("If in list primary category is also present then it will auto remove from this after create product.") }}
({{__("This tax % will add in given price.")}})
Upload
{{__("Please select product thumbnail")}}
Upload
{{__("Please select product hover thumbnail")}}
Upload
{{__("Multiple images can be choosen")}}
{{__("Max file size is 50 MB")}}


Toggle the product status


Toggle to allow free shipping on product.


Toggle to allow product cancellation on order.


Toggle to allow COD on product.

(Please choose an option that return will be available for this product or not)
@endsection @section('custom-script') @endsection