@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')}}
 

{{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
@endsection @push('scripts')