@extends('layouts.popup') @section('title') LT-99 :: ตรวจสอบโพย @endsection @section('subtitle') ระบบค้นหาเลข @endsection @section('customStyle') @endsection @section('content')
@foreach ($wallets as $wallet) @endforeach
วันที่ ยอดเงิน สถานะ ผู้ทำรายการ รายละเอียด
รวม: {{ nf($walletSumAmount, true) }}
{{ $wallet->dateThai }} {{ nf($wallet->amount, true) }} {{ $wallet->walletStatus['text'] }} {{ $wallet->action_username ?? '-' }} {!! $wallet->detail !!}
@foreach ($bets as $bet) @endforeach
วันที่ เลขบิล สถานะ ประเภท ไลน์ส่วนลด ยอดแทง ส่วนลด สุทธิ ยอดถูก
{{ $bet->dateThai }} {{ $bet->bill_id }} {{ $bet->billStatus['text'] }} {{ lotteryName($bet->country) }} {{ $bet->commission_line }} {{ nf($bet->amount, true) }} {{ nf(-$bet->discount, true) }} {{ nf($bet->payment, true) }} {{ nf($bet->won, true) }}
@endsection @section('modal') @endsection @section('scripts') @endsection