@extends('layouts.app') @section('title', $note->grn_number) @section('content')
← Deliveries

{{ $note->grn_number }}

PO {{ $note->purchaseOrder?->po_number }} · {{ $note->received_date?->format('M j, Y') }}

@foreach($note->items as $li) @endforeach
DescriptionQtyUnit costTotal
{{ $li->description }} {{ $li->quantity_received }} {{ \App\Support\Format::mwk($li->unit_cost) }} {{ \App\Support\Format::mwk($li->total_cost) }}
@endsection