@extends('backend.layout.main') @section('content') {{trans('file.add_product')}} {{trans('file.The field labels marked with * are required input fields')}}. {{trans('file.Product Type')}} * Standard Combo Digital Service {{trans('file.Product Name')}} * {{trans('file.Product Code')}} * {{trans('file.Barcode Symbology')}} * Code 128 Code 39 UPC-A UPC-E EAN-8 EAN-13 {{trans('file.Attach File')}} * {{trans('file.add_product')}} {{trans('file.Combo Products')}} {{trans('file.product')}} {{trans('file.Quantity')}} {{trans('file.Unit Price')}} {{trans('file.Brand')}} @foreach($lims_brand_list as $brand) {{$brand->title}} @endforeach {{trans('file.category')}} * @foreach($lims_category_list as $category) {{$category->name}} @endforeach {{trans('file.Product Unit')}} * Select Product Unit... @foreach($lims_unit_list as $unit) @if($unit->base_unit==null) {{$unit->unit_name}} @endif @endforeach {{trans('file.Sale Unit')}} {{trans('file.Purchase Unit')}} {{trans('file.Product Cost')}} * {{trans('file.Product Price')}} * {{trans('file.Daily Sale Objective')}} {{trans('file.Alert Quantity')}} {{trans('file.Product Tax')}} No Tax @foreach($lims_tax_list as $tax) {{$tax->name}} @endforeach {{trans('file.Tax Method')}} {{trans('file.Exclusive')}} {{trans('file.Inclusive')}} @foreach($custom_fields as $field) @if(!$field->is_admin || \Auth::user()->role_id == 1) {{$field->name}} @if($field->type == 'text') is_required){{'required'}}@endif> @elseif($field->type == 'number') is_required){{'required'}}@endif> @elseif($field->type == 'textarea') is_required){{'required'}}@endif> @elseif($field->type == 'checkbox') @foreach($option_values as $value) default_value){{'checked'}}@endif @if($field->is_required){{'required'}}@endif> {{$value}} @endforeach @elseif($field->type == 'radio_button') @foreach($option_values as $value) default_value){{'checked'}}@endif @if($field->is_required){{'required'}}@endif> {{$value}} @endforeach @elseif($field->type == 'select') is_required){{'required'}}@endif> @foreach($option_values as $value) default_value){{'selected'}}@endif>{{$value}} @endforeach @elseif($field->type == 'multi_select') is_required){{'required'}}@endif multiple> @foreach($option_values as $value) default_value){{'selected'}}@endif>{{$value}} @endforeach @elseif($field->type == 'date_picker') is_required){{'required'}}@endif> @endif @endif @endforeach {{trans('file.Initial Stock')}} {{trans('file.This feature will not work for product with variants and batches')}} {{trans('file.Featured')}} {{trans('file.Featured product will be displayed in POS')}} {{trans('file.Embedded Barcode')}} {{trans('file.Warehouse')}} {{trans('file.qty')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{trans('file.Product Image')}} {{trans('file.Product Details')}} {{trans('file.This product has variant')}} {{trans('file.Option')}} * {{trans('file.Value')}} * {{trans('file.Add More Variant')}} {{trans('file.name')}} {{trans('file.Item Code')}} {{trans('file.Additional Cost')}} {{trans('file.Additional Price')}} {{trans('file.This product has different price for different warehouse')}} {{trans('file.Warehouse')}} {{trans('file.Price')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{trans('file.This product has batch and expired date')}} {{trans('file.This product has IMEI or Serial numbers')}} {{trans('file.Add Promotional Price')}} {{trans('file.Promotional Price')}} {{trans('file.Promotion Starts')}} {{trans('file.Promotion Ends')}} @if (\Schema::hasColumn('products', 'woocommerce_product_id')) {{trans('file.Disable Woocommerce Sync')}} @endif @if(in_array('ecommerce',explode(',',$general_setting->modules))) {{trans('file.Product Tags')}} For SEO {{ __('Meta Title') }} * {{ __('Meta Description') }} * @endif @endsection @push('scripts')
{{trans('file.The field labels marked with * are required input fields')}}.
{{trans('file.This feature will not work for product with variants and batches')}}
{{trans('file.Featured product will be displayed in POS')}}