@extends('layouts.master') @section('title') LT-168 :: ตั้งค่าเลขอั้น @endsection @section('sub_title') ตั้งค่าเลขอั้น @endsection @section('customStyle') @endsection @section('content') @if (session('lottery') == 'LN')
| # | ประเภท | ปิดการแทง | จำกัดการแทง | จำนวนเงิน | จัดการ | ||
|---|---|---|---|---|---|---|---|
ไม่มีรายการ |
|||||||
| {{ ++$key }} | {{ $item->lotteryType->type }} | @if ($item->limit_amount == 0)@else | @endif | {{ $item->limit_amount == 0 ? '-' : number_format($item->limit_amount, 2) }} | |||
| # | ประเภท | หมายเลข | ประเภทการอั้น | จำนวนเงิน | พื้นที่ที่ใช้ไปแล้ว | จัดการ |
|---|---|---|---|---|---|---|
ไม่มีรายการ |
||||||
| {{ ++$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) }} | |
| # | ประเภท | หมายเลข | ยอดแทง | 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) }} |