@extends('layouts.app') @section('title', 'List Inventory Item') @section('content')
The items list effectively dictates Item presentation and provides space
to list your inventory items and offering in the most appealing way.
|
|
Item name | ItemCode | Category | Purchase Price | Sale Price | Stock Quantity | Action |
|---|---|---|---|---|---|---|---|
|
|
{{ $item->item_name }} | {{ $item->item_code }} | {{ $item->category->category_name ?? 'N/A' }} | RS {{ number_format($item->item_purchase_price, 2) }} | RS {{ number_format($item->item_saleprice, 2) }} | {{ $item->item_quantity }} | |
| No inventory items found. | |||||||