@extends('layouts.admin') @section('title', 'Purchase Orders') @section('page-title', 'Purchase Orders') @section('content')
| Issue Date | Doc. No. | Status | Vendor Name | Valid Until | Amount | Action | |
|---|---|---|---|---|---|---|---|
| {{ $note->po_date->format('d M Y') }} | {{ $note->purchase_order_number }} | {{ $status['label'] }} | {{ $note->partyName() }} | {{ $note->valid_until?->format('d M Y') ?? '—' }} | ₹{{ number_format($note->grand_total, 2) }} |
Create purchase orders for your vendors with line items, GST, validity dates, and PDF sharing.
New Purchase Order @include('admin.purchase-orders.partials.lifecycle')