@extends('layouts.app') @section('title', 'Create Purchase Order') @section('content')

New Purchase Order

@csrf
Order Items
Product Quantity Unit Price Subtotal
* All inventory updates occur only after the order is marked as "Received".
Total Amount
$0.00
Cancel
@endsection