@extends('layouts.master') @section('title') LT-99 :: รายงานสรุปหวยยี่กี @endsection @section('sub_title') รายงานสรุปหวยยี่กี @endsection @section('content')

เลือกงวดหวยยี่กี

@foreach ($lotteryRounds as $key => $lotteryRound) @if ($lotteryRound->lotteryResult) @else @endif @endforeach
รอบที่ ช่วงเวลา สถานะ ยอดแทง ยิงเลข ผลรางวัล ดำเนินการ
ผลรางวัล 3 ตัวบน 2 ตัวล่าง
{{ $key + 1 }} {{ (new DateTime($lotteryRound->open))->format('H:i') }} - {{ (new DateTime($lotteryRound->close))->format('H:i') }} {{ $lotteryRound->statusText() }}รับแทง @php echo number_format(($amountSum = $lotteryRound->bills()->sum('amount')), 2) @endphp THB {{ $lotteryRound->yeekeeGuessNumber->count() }} ครั้ง {{ $lotteryRound->lotteryResult->resultDetail->where('lottery_result_type', 'ผลการออกรางวัล')->first()->value }} {{ $lotteryRound->lotteryResult->resultDetail->where('lottery_result_type', '3 ตัวบน')->first()->value }} {{ $lotteryRound->lotteryResult->resultDetail->where('lottery_result_type', '2 ตัวล่าง')->first()->value }} {{ $lotteryRound->currentResult['ผลการออกรางวัล'] ?? '-' }} {{ $lotteryRound->currentResult['3 ตัวบน'] ?? '-' }} {{ $lotteryRound->currentResult['2 ตัวล่าง'] ?? '-' }} @if ($lotteryRound->statusEnabled()) ยิงเลข @endif
@endsection @section('scripts') @endsection