{{-- Phase 3d: Financials with Period Selector + Chart --}}
| Period | Gross Volume | Net Volume | Total Fees | Chargebacks | Retrievals |
|---|---|---|---|---|---|
| {{ $row->period_label ?? ($row->date ? \App\Helpers\Helper::showdate($row->date,false) : '—') }} | ${{ number_format($row->gross_volume ?? 0, 2) }} | ${{ number_format($row->net_volume ?? 0, 2) }} | ${{ number_format($row->total_fees ?? 0, 2) }} | ${{ number_format($row->chargebacks_amount ?? 0, 2) }} | ${{ number_format($row->retrievals_amount ?? 0, 2) }} |
| There are no results in this table. | |||||