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