@extends('layouts.app') @section('content')

{{ translate('Add New Product') }}

@csrf

{{translate('Product Information')}}

Only numbers and hyphen are allowed (min digit:2, max digit:4)
@php $pos_addon = \App\Addon::where('unique_identifier', 'pos_system')->first(); @endphp @if ($pos_addon != null && $pos_addon->activated == 1)
@endif
@php $refund_request_addon = \App\Addon::where('unique_identifier', 'refund_request')->first(); @endphp @if ($refund_request_addon != null && $refund_request_addon->activated == 1)
@endif

{{translate('Product Dimensions')}}

Weight of the package(gm)
Height of the package should be in centimetre only
Breadth can be width of the package in centimetre only
Length can be width of the package in centimetre only

{{translate('Product Images')}}

{{translate('Product Videos')}}

{{translate('Product Variation')}}

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


{{--
--}}

{{translate('Product price + stock')}}


{{translate('Product Description')}}

@if (\App\BusinessSetting::where('type', 'shipping_type')->first()->value == 'product_wise_shipping')

{{translate('Product Shipping Cost')}}

{{translate('Free Shipping')}}

{{translate('Flat Rate')}}

@endif

{{translate('PDF Specification')}}

{{translate('SEO Meta Tags')}}

@endsection @section('script') @endsection