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

Edit Purchase Order

Edit purchase order {{ $purchaseOrder->po_number }} (Draft)

@csrf @method('PUT')
@error('supplier_id')

{{ $message }}

@enderror
@error('order_date')

{{ $message }}

@enderror
@error('expected_date')

{{ $message }}

@enderror

Order Items

Select Product SKU * Product Name * Quantity * Unit Price (RM) * Subtotal Action
Total Amount: RM
Cancel
@endsection