| Method | Count | Total | Percentage |
|---|---|---|---|
| {{ ucfirst($summary->payment_method) }} | {{ $summary->count }} | ${{ number_format($summary->total_amount, 2) }} | {{ number_format(($summary->total_amount / $methodSummary['total_amount']) * 100, 1) }}% |
| Total | {{ $methodSummary['total_count'] }} | ${{ number_format($methodSummary['total_amount'], 2) }} | 100% |
| Status | Count | Total |
|---|---|---|
| {{ ucfirst($summary->status) }} | {{ $summary->count }} | ${{ number_format($summary->total_amount, 2) }} |