@foreach ($items as $item) {{ $loop->iteration }} {{ $item->product->name }} {{ hCurrency($item->MRP) }} {{ hCurrency($item->discount) }} {{ hCurrency($item->price) }} {{ $item->quantity }} {{ hCurrency($item->price * $item->quantity) }} {{--

Tên sản phẩm: {{ $item->product->name }}

Nhà cung cấp: {{ $item->supplier->company_name }}

Giá nhập: {{ $item->price }} - Số lượng: {{ $item->quantity }}

Nhập kho: {{ $item->location->name ?? 'Chưa phân bổ' }}

--}} @endforeach