@extends('layouts.app') @section('content')
| # | Name | Price | Product Code | Unit (UOM) | Dense Weight Per UOM | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $material->name }} | @if ($material->price !== null) ${{ $material->price }} @else — @endif | {{ $material->product_code ?? 'N/A' }} | {{ $material->uom ?? '—' }} | {{ $material->dense_weight_per_uom ?? '—' }} | Edit |
| No materials found. | ||||||