@extends('procurement::layouts.master') @section('title','Dashboard') @section('content')
{{ $c->ref_designator }}{{ Str::limit($c->description,35) }} |
{{ $c->lead_time_weeks }}w |
| None flagged |
| {{ Str::limit($s->component->description,30) }} | {{ $s->qty_on_hand }} on hand |
| Invoice # | Supplier | PO | Date | Due | Status | Amount (USD) |
|---|---|---|---|---|---|---|
| {{ $inv->invoice_number }} | {{ $inv->supplier->name ?? '—' }} | {{ $inv->purchaseOrder->po_number ?? '—' }} | {{ $inv->invoice_date->format('M j, Y') }} | {{ $inv->due_date?->format('M j, Y') ?? '—' }} | {{ ucfirst($inv->status) }} | ${{ number_format($inv->amount_usd, 2) }} |
| No invoices yet | ||||||