@extends('admin.layouts.master-soyuz') @section('title',__('Create new product | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add Product') }} @endslot @slot('menu1') {{ __("Product") }} @endslot @slot('menu2') {{ __("Add 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.")}})
{{ __('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