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

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

0.00 ฿
{{-- กรอกเลข --}}

ทายผลตัวเลข

@csrf
@foreach ($lotteryType as $key => $lotteryItem) @endforeach @if (! isLotteryType($lottery->country)) @php $custom = [ [ 'type' => '19 ประตูบน', 'length' => 1, ], [ 'type' => '19 ประตูล่าง', 'length' => 1, ], [ 'type' => '3 ตัวบนกลับทุกประตู', 'length' => 3, ], [ 'type' => '4 ตัวบนกลับทุกประตู', 'length' => 4, ], [ 'type' => '2 ตัวบนกลับทุกประตู', 'length' => 2, ], [ 'type' => '2 ตัวล่างกลับทุกประตู', 'length' => 2, ] // [ // 'type' => '3 ตัวล่างกลับทุกประตู', // 'length' => 3, // ], ]; if ($lottery->country === 'TH') { $custom[] = [ 'type' => '3 ตัวหน้ากลับทุกประตู', 'length' => 3, ]; } @endphp @foreach ($custom as $key => $item) @endforeach @endif
{{ $lotteryItem->type }} {{--
--}}
{{--
--}} {{-- --}}
{{ $item['type'] }}
{{--
--}}
{{-- END กรอกเลข --}} {{-- รายการเล่นหวย --}}

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

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

ปิดรับแทง

{{--

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

--}} @if (!$numberLimit->count()) @endif @foreach ($numberLimit as $key => $item) @if (is_array($item->limit_remain)) @foreach ($item->limit_remain as $num => $space) @endforeach @else @endif @endforeach
ประเภทหวย หมายเลข
ไม่มีรายการเลขปิด
{{ $item->lottery_type }} {{ $num }}
{{ $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