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

New Purchase Order

@csrf
@error('vendor_id')
{{ $message }}
@enderror
Item Details Quantity Rate Amount
{{ formatCurrency(0) }}
Total Summary
Sub Total {{ formatCurrency(0) }}
Tax Total {{ formatCurrency(0) }}
Grand Total {{ formatCurrency(0) }}
Cancel
@push('scripts') @endpush @endsection