Total Price (BDT): {{ $orders->sum('grand_total') }}
Total Paid (BDT): {{ $orders->where('payment_status', 'paid')->sum('grand_total') }}
Unpaid (BDT): {{ $orders->where('payment_status', 'unpaid')->sum('grand_total') }}
| SL |
Date |
Order NO |
Customer Mobile |
Price (BDT) |
{{-- Paid (BDT) |
Due (BDT) | --}}
Payment Status |
Order Status |
Action |
{{--