@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')
@foreach($option_values as $value)   @endforeach @elseif($field->type == 'radio_button')
@foreach($option_values as $value)   @endforeach @elseif($field->type == 'select') @elseif($field->type == 'multi_select') @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')