@extends('layout.layout') @section('content') @if ($errors->any())

Please correct the following errors:

@endif
@csrf
Create New Purchase Order

Order Information 📝

@error('purchase_number')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror

Vendor Details 🚚

# Vendor Name Phone Actions
No vendors have been added for this purchase order.

Item(s) Details 🛒

# Serial Number Category Product Unit Price Tax % Qty Total Amount Actions
Subtotal 0.00 EGP
Tax 0.00 EGP
TOTAL COST 0.00 EGP

Attachments 📎

Attach supporting documents for the purchase order.

Cancel
@endsection