@foreach([
['Product Sales', 'Orders by product with discounts', 'admin.reports.product-sales'],
['Referral & Wallet', 'Referral codes and wallet transactions', 'admin.reports.referral-wallet'],
['Affiliate Products', 'Product-wise affiliate performance', 'admin.reports.affiliate-products'],
['Affiliate Report', 'Affiliate commissions and payouts', 'admin.reports.affiliates'],
['Coupons', 'Coupon usage and discount totals', 'admin.reports.coupons'],
['Broadcast Messages', 'Email, WhatsApp and SMS campaigns', 'admin.reports.broadcast'],
['Order Sales', 'Paid orders and revenue summary', 'admin.reports.sales'],
] as [$title, $desc, $route])
{{ $title }}
{{ $desc }}
View report →
@endforeach