@extends('layouts.dashboard.superadminapp') @section('title', 'Purchase Order') @section('styles') @endsection @section('content')

Create Purchase Order

Purchase Order Registration Form
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}

Purchase Order Information

Vendor Details

Reference Information

Billing & Shipping Addresses

Product Details

Sl No. Item Description Req By Date Qty UOM Unit Rate TDS % Disc % Value SGST % CGST % IGST % Amount
1

Order Summary

Sub Total:
SGST Amount:
CGST Amount:
IGST Amount:
Round Up:
Grand Total:
@endsection @section('scripts') @endsection