@extends('layouts.admin') @section('title', 'Item Master Management') @section('page-title', 'Item Master Management') @section('breadcrumb')
| ID | Item Name | Length | Width | Height | Weight | Actions |
|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->item_name }} | {{ $product->length ?? '—' }} | {{ $product->width ?? '—' }} | {{ $product->height ?? '—' }} | {{ $product->weight ?? '—' }} |