@csrf @method('PATCH')
{{trans('applang.inventory_quantity')}}
{{number_format($product->total_quantity, 0) . ' ' . $measurementUnit}}
@foreach($product->warehouseTotal as $total) {{\App\Models\ERP\Inventory\Warehouse::where('id',$total->warehouse_id)->pluck('name')->first()}}: {{number_format($total->total_quantity_remain,0).' '.$measurementUnit}} @endforeach
{{trans('applang.total_sold_quantity')}}
{{number_format($total_quantity_sold,0)}} {{$measurementUnit}}
{{trans('applang.last_7_days')}}
0 {{$measurementUnit}}
{{trans('applang.weighted_average_cost')}}
{{$total_weighted_average_cost}} {{$currency_symbol}} {{trans('applang.for_each')}} {{$measurementUnit}}

{{trans('applang.details')}}

{{trans('applang.product_number')}}: {{$product->number}}
{{trans('applang.sell_price')}}: {{$product->sell_price}} {{$currency_symbol}} {{trans('applang.for_each')}} {{$measurementUnit}}
{{trans('applang.price_after_discount')}}: {{$price_after_discount }} ({{trans('applang.discount')}} {{number_format($product->discount, 1) . ' ' . $discount_type}})
{{trans('applang.lowest_sell_price')}}: {{$product->lowest_sell_price}}
{{trans('applang.description')}}: {{$product->description}}
{{trans('applang.notes')}}: {{$product->notes}}
{{trans('applang.purchase_price')}}: {{$product->purchase_price}} {{$currency_symbol}} {{trans('applang.for_each')}} {{$measurementUnit}}
{{trans('applang.barcode')}}: {{$product->sku}}
{{trans('applang.supplier_code')}}: {{$product->supplier->full_code}}
{{trans('applang.brand')}}: {{$product->brand->name}}
{{trans('applang.category')}}: {{$product->category->name}}
{{trans('applang.lowest_stock_alert_reach')}}: {{number_format($product->lowest_stock_alert, 0)}}
pills-inventory-movement
pills-timetable