@extends('layouts.master') @section('title') LT-168 :: ตั้งค่าเลขอั้น @endsection @section('sub_title') ตั้งค่าเลขอั้น @endsection @section('customStyle') @endsection @section('content') @if (session('lottery') == 'LN')

เลือกรอบหวยปาเป้า

@endif
@if (!$lotteryRound)
ยังไม่มีหวยงวดที่เปิดอยู่ในขณะนี้ การตั้งค่านี้จะมีผลกับหวยงวดถัดไป
@endif

ตั้งค่าเลขอั้น

@if (session('lottery') == 'LN') @endif

เลขอั้นของคุณ (ตามประเภท)

@if ($typeLimit->count() === 0) @endif @foreach ($typeLimit as $key => $item) @if ($item->limit_amount == 0) @else @endif @endforeach
# ประเภท ปิดการแทง จำกัดการแทง จำนวนเงิน จัดการ

ไม่มีรายการ

{{ ++$key }} {{ $item->lotteryType->type }} {{ $item->limit_amount == 0 ? '-' : number_format($item->limit_amount, 2) }}
@csrf @method('DELETE')

เลขอั้นของคุณ (ตามหมายเลข)

@if ($numberLimit->count() === 0) @endif @foreach ($numberLimit as $key => $item) @endforeach
# ประเภท หมายเลข ประเภทการอั้น จำนวนเงิน พื้นที่ที่ใช้ไปแล้ว จัดการ

ไม่มีรายการ

{{ ++$key }} {{ $item->lotteryType->type }} {{ $item->limit_number }} {{ $item->limit_amount == 0 ? 'ปิดการแทง' : 'จำกัดการแทง' }} {{ $item->limit_amount == 0 ? '-' : number_format($item->limit_amount, 2) }} {{ $item->limit_amount == 0 ? '-' : number_format($item->limit_amount - $item->limit_remain, 2) }}
@csrf @method('DELETE')

เลขอั้นของคุณ (จำกัดอัตราจ่าย)

@foreach ($paymentLimit as $key => $item) @endforeach
# ประเภท หมายเลข ยอดแทง A B C จัดการ
{{ ++$key }} {{ $item->lotteryType->type }} {{ $item->limit_number }} {{ nf($item->currentAmount, true) }} {{ nf($item->limit_remain['a'], true) }} {{ nf($item->limit_remain['b'], true) }} {{ nf($item->limit_remain['c'], true) }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection