@extends('procurement::layouts.master') @section('title','Price History') @section('content')
| Date | Supplier | Qty Break | Unit Price | Currency | Source | Notes |
|---|---|---|---|---|---|---|
| {{ $h->effective_date->format('M j, Y') }} | {{ $h->supplier->name ?? '—' }} | {{ $h->qty_break }} | ${{ number_format($h->unit_price,4) }} | {{ $h->currency }} | {{ $h->source ?: '—' }} | {{ $h->notes ?: '—' }} |
| No price history recorded | ||||||