{{ $item->name }}
{{ __('app.edit') }}
{{ __('item.stock_quantity') }}
{{ $formatNumber->formatQuantity($item->current_stock) }}
{{ __('app.price') }}/{{ __('unit.unit') }}
{{ $formatNumber->formatWithPrecision($item->sale_price, comma:true) }}
/{{ $item->baseUnit->name }}
- {{ __('item.code') }}#
- {{ $item->item_code }}
- {{ __('item.category.category') }}
- {{ $item->category->name }}
- {{ __('item.item_type') }}
- {{ ucfirst($item->tracking_type) }}
- {{ __('app.description') }}
- {{ $item->description }}
- {{ __('item.avg_purchase_price') }}
- {{ $formatNumber->formatWithPrecision($item->avg_purchase_price ?? 0, comma:true) }}
- {{ __('item.avg_sale_price') }}
- {{ $formatNumber->formatWithPrecision($item->avg_sale_price ?? 0, comma:true) }}