@extends('layouts.app') @section('title', $note->grn_number) @section('content')
{{ $note->grn_number }}
PO {{ $note->purchaseOrder?->po_number }} · {{ $note->received_date?->format('M j, Y') }}
| Description | Qty | Unit cost | Total |
|---|---|---|---|
| {{ $li->description }} | {{ $li->quantity_received }} | {{ \App\Support\Format::mwk($li->unit_cost) }} | {{ \App\Support\Format::mwk($li->total_cost) }} |