@extends('admin.layouts.master-soyuz') @section('title',__('Create new product | ')) @section('body') @include('admin.layouts.topbar',$data)
@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.")}})
{{ __('Browse') }}
{{__("Please select product thumbnail")}}
{{ __('Browse') }}
{{__("Please select product hover thumbnail")}}
{{__("Multiple images can be choosen")}}


{{ __("Toggle the product status") }}


{{ __("Toggle to allow free shipping on product.") }}


{{ __("Toggle to allow product is featured.") }}


{{ __("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