@extends('backend.layout.main') @section('content')

{{trans('file.add_product')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{{trans('file.product')}} {{trans('file.Quantity')}} {{trans('file.Unit Price')}}
@foreach($custom_fields as $field) @if(!$field->is_admin || \Auth::user()->role_id == 1)
@if($field->type == 'text') is_required){{'required'}}@endif> @elseif($field->type == 'number') is_required){{'required'}}@endif> @elseif($field->type == 'textarea') @elseif($field->type == 'checkbox')

Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 215

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 215

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 215
@foreach($option_values as $value)   @endforeach @elseif($field->type == 'radio_button')

Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 224

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 224

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 224
@foreach($option_values as $value)   @endforeach @elseif($field->type == 'select')
Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 232

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 232

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 232
@elseif($field->type == 'multi_select')
Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 239

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 239

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\product\create.blade.php on line 239
@elseif($field->type == 'date_picker') is_required){{'required'}}@endif> @endif
@endif @endforeach
 

{{trans('file.This feature will not work for product with variants and batches')}}

 

{{trans('file.Featured product will be displayed in POS')}}

 
@foreach($lims_warehouse_list as $warehouse) @endforeach
{{trans('file.Warehouse')}} {{trans('file.qty')}}
{{$warehouse->name}}
  {{trans('file.This product has 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')}}
@foreach($lims_warehouse_list as $warehouse) @endforeach
{{trans('file.Warehouse')}} {{trans('file.Price')}}
{{$warehouse->name}}
  {{trans('file.This product has batch and expired date')}}
  {{trans('file.This product has IMEI or Serial numbers')}}
  {{trans('file.Add Promotional Price')}}
@if (\Schema::hasColumn('products', 'woocommerce_product_id'))
  {{trans('file.Disable Woocommerce Sync')}}
@endif
@if(in_array('ecommerce',explode(',',$general_setting->modules)))

For SEO

@endif
@endsection @push('scripts')