@extends('procurement::layouts.master') @section('title','Price History') @section('content')

Price History — {{ $component->description }}

+ Add Price ← Back
@forelse($history as $h) @empty @endforelse
DateSupplierQty BreakUnit PriceCurrencySourceNotes
{{ $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
{{ $history->links() }} @endsection