@section('title', 'Purchase Add')
| Bill Total | Discount | Shipping Charge | Shipping Charge | Amt to Pay | Paid Amount | Due |
|---|---|---|---|---|---|---|
| @error('subtotal') {{ $message }} @enderror |
| {{$item['transaction_id']}} | {{$item['payment_amount']}} |
|
| Payment Date | |
| Payment Method | @error('payment_method_id') {{ $message }} @enderror |
| Amount | @error('payment_amount') {{ $message }} @enderror |
| Transaction Id | |
| Code |