Reconciliation Date: {{ $date }}
Total Discrepancies Found: {{ $totalDiscrepancies }}
Gateways Affected: {{ count($reconciliations) }}
| Metric | Database | Gateway | Difference |
|---|---|---|---|
| Transaction Count | {{ number_format($reconciliation->total_database_transactions) }} | {{ number_format($reconciliation->total_gateway_transactions) }} | {{ $reconciliation->transaction_count_difference > 0 ? '+' : '' }}{{ number_format($reconciliation->transaction_count_difference) }} |
| Total Amount (EUR) | €{{ number_format($reconciliation->total_database_amount, 2) }} | €{{ number_format($reconciliation->total_gateway_amount, 2) }} | {{ $reconciliation->amount_difference > 0 ? '+' : '' }}€{{ number_format(abs($reconciliation->amount_difference), 2) }} |
{{ $discrepancy['description'] ?? 'No description available' }}
@if(isset($discrepancy['order_id'])) Order ID: {{ $discrepancy['order_id'] }} @endif @if(isset($discrepancy['amount'])) Amount: €{{ number_format($discrepancy['amount'], 2) }} @endifAction Required: Please review the reconciliation reports and investigate the discrepancies.
{{-- Uncomment when admin URL is available --}} {{-- View in Admin Dashboard --}}