@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
ชื่อรอบ งวด สถานะ ยอดแทง ผลรางวัล ดำเนินการ
{{ $lotteryRound->round_name ?? '-' }} {{ THdatetime($lotteryRound->display_date) }} {{ $lotteryRound->statusText() }}รับแทง @php echo number_format(($amountSum = $lotteryRound->bills()->where('status', '!=', 2)->sum('amount')), 2) @endphp THB {{ $lotteryRound->lotteryResult->resultDetail->where('lottery_result_type', 'ผลการออกรางวัล')->first()->value }} {{ $lotteryRound->currentResult['ผลการออกรางวัล'] ?? '-' }} {{-- @if ($lotteryRound->statusEnabled()) ยิงเลข @endif --}}
@endsection @section('scripts') @endsection