@extends('layouts.appUi') @section('title') แทงหวย @endsection @section('customStyle') {{-- --}} @endsection @section('header')
แทงหวย {{-- {{ $lottery->name }} {{ $lotteryRound->close }} --}}
@endsection @section('content')

{{ $lottery->name }} {{ $lotteryRound->close }}

0.00 ฿
@if ($similarLotteries)
@foreach ($similarLotteries as $similarLottery) {{-- --}} {{ $similarLottery->name }} @endforeach
@endif @if ($lotteryRound->country === 'YK') @endif
{{-- กรอกเลข --}}

ทายผลตัวเลข

ระบุจำนวนเงินแทง

@foreach ($lotteryType as $key => $lotteryItem)
{{-- {{ $lotteryItem->type }} --}}
@endforeach
หรือ
@csrf
@php $custom = [ [ 'type' => 'แดง', 'color' => 'danger', 'numbers' => [1, 2, 3, 4, 5, 6], 'length' => 2, ], [ 'type' => 'ดำ', 'color' => 'dark', 'numbers' => [7, 8, 9, 10, 11, 12], 'length' => 2, ], [ 'type' => 'คู่', 'color' => 'primary', 'numbers' => [2, 4, 6, 8, 10, 12], 'length' => 2, ], [ 'type' => 'คี่', 'color' => 'info', 'numbers' => [1, 3, 5, 7, 9, 11], 'length' => 2, ], ]; @endphp @foreach ($custom as $key => $item) @endforeach
{{ $item['type'] }}
ชุดเลข {{ implode(', ', $item['numbers']) }}
{{-- END กรอกเลข --}} {{-- รายการเล่นหวย --}}

รายการเล่นหวย

เลข แทง ส่วนลด อัตราจ่าย จ่าย #
รวมยอด
รายการเล่น
0.00 - 0.00
= 0.00 THB
{{-- END รายการเล่นหวย --}}
{{-- .swiper-wrapper --}}
{{-- #swiper --}}
{{-- --}}

ปิดรับแทง

{{--

ไม่มีรายการเลขปิด

--}} @if (!$numberLimit->count()) @endif @foreach ($numberLimit as $key => $item) @endforeach
ประเภทหวย หมายเลข
ไม่มีรายการเลขปิด
{{ $item->lottery_type }} {{ $item->limit_number }}
{{-- --}}

จำกัดอัตราจ่าย

{{--

ไม่มีรายการเลขปิด

--}}
ประเภทหวย หมายเลข บาทละ
ไม่มีรายการจำกัดอัตราจ่าย

เลขที่ไม่สามารถแทงได้

{{--

ไม่มีรายการเลขปิด

--}} @if (!$numberLimit->count()) @endif @foreach ($numberLimit as $key => $item) @endforeach
ประเภทหวย หมายเลข
ไม่มีรายการเลขปิด
{{ $item->lottery_type }} {{ $item->limit_number }}
{{-- --}} @endsection @section('footer') @endsection @section('script') @endsection