| Merchant/Individual | Txn # | Sales Amount | Income | Expense | Net | BPS | Users | % | Agent Net | Approval Date | Group |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->merchant_name ?: $row->merchant_number }} @if($row->is_inactive) Inactive @endif | {{ number_format($row->txn_count) }} | ${{ number_format($row->sales_amount, 2) }} | ${{ number_format($row->income, 2) }} | ${{ number_format($row->expense, 2) }} | ${{ number_format($row->net, 2) }} | {{ number_format($row->bps, 2) }}% | {{ number_format($row->split_percentage, 2) }}% | ${{ number_format($row->agent_net, 2) }} | {{ $row->approval_date ?: 'N/A' }} | {{ $row->group_name ?: 'ISO' }} | |
| No data available in table | |||||||||||
| Merchant/Individual | Txn # | Sales Amount | Income | Expense | Net | BPS | Users | % | Agent Net | Approval Date | Group |
| Total ({{ $data instanceof \Illuminate\Pagination\LengthAwarePaginator ? $data->total() : count($data) }} rows) | {{ number_format($totals->total_txn ?? 0) }} | ${{ number_format($totals->total_sales ?? 0, 2) }} | ${{ number_format($totals->total_income ?? 0, 2) }} | ${{ number_format($totals->total_expense ?? 0, 2) }} | ${{ number_format($totals->total_net ?? 0, 2) }} | ${{ number_format($totals->total_agent_net ?? 0, 2) }} | |||||