Total Paid Amount (BDT): {{ $payments->sum('paid_amount') }}
Online Amount (BDT): {{ $payments->where('payment_type', 'online')->sum('paid_amount') }}
Wallet Amount (BDT): {{ $payments->where('payment_type', 'wallet')->sum('paid_amount') }}
Cash Amount (BDT): {{ $payments->where('payment_type', 'cash')->sum('paid_amount') }}
| SL |
Date |
Invoice |
Order No |
Customer Mobile |
Note |
Payment Type |
Paid Amount (BDT) |
Action |
{{--