@extends('layout.app') @section('content')

Add Purchase

@csrf {{-- Top row: Date + Line + Supplier --}}
{{-- Products area --}}
Product Name
Qty
Price
Amount
Sup.Amount
Com %
com Amount
{{-- JS will append an active input row here --}}

Grand Total: ₹ 0.00
{{-- Hidden fields --}}
Today’s Saved Purchases
S.no Line Supplier Products Total Amount Time Action
@endsection