@extends('layouts.app') @section('content')
| Inventory ID | Product Image | Gold Type | Type | Type Code | Weight (g) | Price (MYR) | Action |
|---|---|---|---|---|---|---|---|
|
{{ $item->inv_id }}
|
{{ $item->gold_type }}
|
{{ $item->type }}
|
{{ $item->type_code }}
|
{{ $item->weight }}
|
{{ $item->price }}
|
|
|
|
No inventory items found. |
|||||||