@include('layouts.header') @include('layouts.sidebar')
@csrf
{{--
Add Purchase
--}}
Add New
Add New
Order Items
@foreach($order_details['items'] as $item) @php $discountAmount = 0; if($item->item_discount > 0){ $discountAmount = $item->price_ex_discount * $item->item_discount /100; } @endphp @endforeach
Action Product Design/Varient No Warehouse Availability Roll Unit Quantity Rate Labour Discount(%) Amount
%

GST Summary

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

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