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

Add Sales

@csrf {{-- Top row: Date + Line + Customer --}}
{{-- Products area --}}
Product Name
Qty
Price
Amount
{{-- JS will append an active input row here --}}

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