@extends('app') @section('content')
| 平台 | 單號 | 局號 | 使用者 | 下注金額 | 輸贏金額 | 遊戲id | 下注時間 | 結算時間 |
|---|---|---|---|---|---|---|---|---|
| {{ $item['platform'] }} | {{ $item['order_id'] }} | {{ $item['round_id'] }} | {{ $item['username'] }} | ${{ number_format($item['bet_amount']) }} | {{ $item['win_lose_amount'] >= 0 ? '+' : '' }}${{ number_format($item['win_lose_amount']) }} | {{ $item['game_id'] }} | {{ $item['bet_time'] }} | {{ $item['update_time'] }} |
| 總計 | ${{ number_format($summary['total_bet_amount'] ?? 0) }} | {{ ($summary['total_win_amount'] ?? 0) >= 0 ? '+' : '' }}${{ number_format($summary['total_win_amount'] ?? 0) }} | ||||||