@extends('procurement::layouts.master') @section('title','Edit PO') @section('content')

Edit — {{ $order->po_number }}

@csrf @method('PUT')
Cancel
@endsection