@forelse ($rows as $r)
{{ $r['date'] }}
{{ $r['human'] }}
{{ $r['refereeInitials'] }}
{{ $r['refereeName'] }}
{{ $r['refereeEmail'] }}
{{ $r['codeUsed'] }} +{{ number_format($r['creditsAwarded']) }} {{ __('credits') }} @if ($r['status'] === 'paid') Paid @else No payout @endif @if ($r['walletTxId']) tx-{{ $r['walletTxId'] }} @else @endif @empty @include('user.partials.empty-state', [ 'message' => 'No referrals match the current filters. Share your link and new signups will appear here.', 'resetHref' => url('/affiliate-history'), ]) @endforelse