{{ $item->name }}
{{ __('item.stock_quantity') }}
{{ $formatNumber->formatQuantity($item->current_stock) }}
{{ __('app.price') }} :
{{ $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 }}