@extends('backend.layouts.app') @section('content') @php @endphp
{{translate('Add New Product')}}
@if ($errors->any())
@endif
@csrf
@foreach(get_languages() as $language) @endforeach
{{translate('Product Information')}}
@if (get_setting('shipping_type') == 'product_wise_shipping')
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} @else

{{ translate('Product wise shipping cost is disable. Shipping cost is configured from here') }} {{translate('Shipping Configuration')}}

@endif
{{translate('Product Variation')}}

{{ translate('Choose the attributes of this product and then input values of each attribute') }}


{{translate('Product price + stock')}}
{{translate('Leave it blank if you do not use external site link')}}
{{translate('Leave it blank if you do not use external site link')}}

{{translate('Product Images')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('These images are visible in product details page gallery. Use 600x600 sizes images.')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
{{translate('Product Videos')}}
{{translate("Use proper link without extra parameter. Don't use short share link/embeded iframe code.")}}
{{translate('PDF Specification')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('Shipping Configuration')}}
{{translate('Low Stock Quantity Warning')}}
{{translate('Stock Visibility State')}}
{{translate('Cash On Delivery')}}
@if (get_setting('cash_payment') == '1')
@else {{--

--}} {{-- {{ translate('Cash On Delivery option is disabled. Activate this feature from here') }}--}} {{-- --}} {{-- {{translate('Cash Payment Activation')}}--}} {{-- --}} {{--

--}} @endif
{{translate('Featured')}}
{{translate('Todays Deal')}}
{{translate('Flash Deal')}}
{{translate('Estimate Shipping Time')}}
{{translate('Days')}}
{{translate('VAT & Tax')}}
@foreach(\App\Models\Tax::where('tax_status', 1)->get() as $tax)
@endforeach
@endsection @section('script') @endsection