@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
@can('it_vendors_create') @endcan {{-- Dropdowns Grid --}}
{{-- Requested By --}}
{{-- Vendors Selection --}}

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