@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
{{--
Add Purchase
--}}
Add New
Order Items
.
Action Product Name Design/Varient No No Of Rolls Rate /Unit Quantity /Roll UOM % GSTAmount
%

GST Summary

HSN Code GST % CGST % SGST % IGST % Total GST Amount

{{-- --}} @include('layouts.footer')