+ Add Unit Item
Item Unit List
@forelse ($itemUnit as $item) @empty @endforelse
Item Code @if ($sortColumn === 'item_code') @if ($sortDirection === 'ASC') @else @endif @endif Item Barcode @if ($sortColumn === 'barcode') @if ($sortDirection === 'ASC') @else @endif @endif Item Name @if ($sortColumn === 'name') @if ($sortDirection === 'ASC') @else @endif @endif Qty @if ($sortColumn === 'qty') @if ($sortDirection === 'ASC') @else @endif @endif Price Sell @if ($sortColumn === 'pricesell') @if ($sortDirection === 'ASC') @else @endif @endif Action
{{ $item->item_code }} {{ $item->barcode }} {{ $item->name }} {{ $item->qty }} Rp. {{ number_format($item->pricesell, 0, ',', '.') }}
No items found
{{ $itemUnit->links() }}