@extends('admin.layouts.sellermastersoyuz') @section('title',__('Create Simple Product ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Create Simple 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