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

{{trans('file.Update Product')}}

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

@if($lims_product_data->type == 'combo') @php $product_list = explode(",", $lims_product_data->product_list); $qty_list = explode(",", $lims_product_data->qty_list); $price_list = explode(",", $lims_product_data->price_list); @endphp @foreach($product_list as $key=>$id) @php $product = \App\Product::find($id); @endphp @endforeach @endif
{{trans('file.product')}} {{trans('file.Quantity')}} {{trans('file.Unit Price')}}
{{$product->name}} [{{$product->code}}]
@if($lims_product_data->featured) @else @endif

Warning: Undefined variable $lims_product_data in /var/www/html/repo/invoicing-salepropos/resources/views/product/edit.blade.php on line 247

Warning: Attempt to read property "image" on null in /var/www/html/repo/invoicing-salepropos/resources/views/product/edit.blade.php on line 247

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/html/repo/invoicing-salepropos/resources/views/product/edit.blade.php on line 247
@foreach($images as $key => $image) @endforeach
Image Remove
@if($lims_product_data->is_diffPrice)
  {{trans('file.This product has different price for different warehouse')}}
@else
  {{trans('file.This product has different price for different warehouse')}}
@endif
@foreach($lims_warehouse_list as $warehouse)
{{trans('file.Warehouse')}} {{trans('file.Price')}}
{{$warehouse->name}}
Fatal error: Uncaught Error: Class "App\Product_Warehouse" not found in /var/www/html/repo/invoicing-salepropos/resources/views/product/edit.blade.php:291 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/product/edit.blade.php on line 291