PWA Bonus Log
PWA Bonus Receive Records
| ID | GameID | UserID | Channel | Bonus | Org Score | Now Score | IP | Log Date | Created At |
|---|---|---|---|---|---|---|---|---|---|
| {{ $v->id }} | @if(!empty($v->userID) && !empty($v->GameID)) {{ $v->GameID }} @else {{ $v->GameID ?? '-' }} @endif | {{ $v->userID ?? '-' }} | {{ $v->Channel ?? '-' }} | {{ number_format(($v->bonus_amount ?? 0) / 100, 2, '.', '') }} | {{ number_format(($v->org_score ?? 0) / 100, 2, '.', '') }} | {{ number_format(($v->now_score ?? 0) / 100, 2, '.', '') }} | {{ $v->ip ?? '-' }} | {{ $v->log_date }} | {{ $v->created_at }} |