@extends('layouts.popup') @section('title') LT-168 :: ตรวจสอบโพย @endsection @section('subtitle') ระบบค้นหาเลข @endsection @section('customStyle') @endsection @section('content')
| วันที่ | ยอดเงิน | สถานะ | ผู้ทำรายการ | รายละเอียด |
|---|---|---|---|---|
| รวม: | {{ nf($walletSumAmount, true) }} | |||
| {{ $wallet->dateThai }} | {{ nf($wallet->amount, true) }} | {{ $wallet->walletStatus['text'] }} | {{ $wallet->action_username ?? '-' }} | {!! $wallet->detail !!} |
| วันที่ | เลขบิล | สถานะ | ประเภท | ไลน์ส่วนลด | ยอดแทง | ส่วนลด | สุทธิ | ยอดถูก |
|---|---|---|---|---|---|---|---|---|
| {{ $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) }} |