@extends('app') @section('title', '') @section('content')
會員
@foreach ($memberData as $row) @php $diff = bcsub($row['site_win'], $row['origin_win'], 2); $diff_class = abs($diff) > 0.01 ? 'text-danger fw-bold' : ''; @endphp @endforeach @if (empty($memberData)) @endif
原廠 站台 差額 操作
帳號 輸贏 帳號 輸贏
{{ $row['origin_account'] }} {{ number_format($row['origin_win'], 2) }} {{ $row['site_account'] }} {{ number_format($row['site_win'], 2) }} {{ number_format($diff, 2) }} {{-- 連到新的 Laravel 路由 --}} 注單
暫無資料
@endsection @push('scripts') @endpush