@extends('layouts.master') @section('title') LT-168 :: รายงานสรุปรวมหวย @endsection @section('sub_title') รายงานสรุปรวมหวย @endsection @section('content')
{{-- @dump($rounds) --}}

ฟิลเตอร์ข้อมูล

รายงานยอด

ระยะเวลาประมวลผล: {{ nf(microtime(true) - LARAVEL_START) }} วินาที
@foreach ($lottery as $lotteryItem) @endforeach @foreach ($mainSum['poy'] as $item) @endforeach @foreach ($mainSum['summary'] as $item) @endforeach
ประเภทหวย จำนวน ยอดแทง ส่วนลด สุทธิ ยอดถูก ยอดยกเลิก
ยืนยัน ยกเลิก ถูกรางวัล ไม่ถูกรางวัล
Image placeholder
{{ $lotteryItem->name }}
{{ number_format($lotteryItem->count['confirm']) }} โพย {{ number_format($lotteryItem->count['cancel']) }} โพย {{ number_format($lotteryItem->count['won']) }} โพย {{ number_format($lotteryItem->count['not_won']) }} โพย {{ nf($lotteryItem->sum['amount'], true) }} {{ nf($lotteryItem->sum['discount'], true) }} {{ nf($lotteryItem->sum['payment'], true) }} {{ nf($lotteryItem->sum['won'], true) }} {{ nf($lotteryItem->sum['cancel'], true) }}
รวม: {{ number_format($item) }} โพย{{ nf($item, true) }}
@endsection @section('scripts') @endsection