{{-- Phase 1c: 1099K Annual Summary Tab --}}
| Tax Year | Gross Volume | Transaction Count | IRS Filing Status |
|---|---|---|---|
| {{ $row['tax_year'] }} | ${{ number_format($row['gross_volume'], 2) }} | {{ number_format($row['transaction_count']) }} | {{ $row['irs_status'] }} |
| No transaction history found to generate 1099-K summary. | |||
| Total | ${{ number_format(collect($annualTaxSummary)->sum('gross_volume'), 2) }} | {{ number_format(collect($annualTaxSummary)->sum('transaction_count')) }} | |
This summary is generated from transaction records in the system. It does not constitute official tax advice. Please consult your tax advisor for IRS filing requirements.