@extends('layouts.layout-horizontal') @section('title', 'Edit Purchase Order') @section('css') @endsection @section('content')
@csrf @method('PUT')
Edit Purchase Order
{{ ucfirst($companyMode ?? 'bill') }} Mode PO # {{ $order->po_no }}
Line Items
New Product
# Product Qty Suppliers
{{-- Supplier picker modal --}} @endsection @push('scripts') @endpush