@extends('layouts.app') @section('title', 'New Purchase Order') @section('breadcrumb') @endsection @section('content')
@csrf
{{-- Main Content --}}
{{-- Order Info --}}
Order Information
{{-- Order Items --}}
Order Items
{{-- Items will be added here by JavaScript --}}
Product Quantity Unit Unit Cost Total
Subtotal: Rs. 0.00

No items added yet

{{-- Notes --}}
Notes
{{-- Sidebar --}}
{{-- Order Summary --}}
Order Summary
Items: 0
Total Quantity: 0

Total Amount: Rs. 0.00
{{-- Status --}}
Status
Select 'Draft' to save without sending
{{-- Submit --}}
@push('styles') @endpush @push('scripts') @endpush @endsection