@extends('layouts.master') @section('title') LT-168 :: ตั้งค่าการออกรางวัลอัตโนมัติ @endsection @section('sub_title') ตั้งค่า @endsection @section('content')

ตั้งค่าการออกรางวัลอัตโนมัติ

@php $i = 0; @endphp @foreach ($lotteries as $item) @endforeach
# ประเภทหวย สถานะ
{{ ++$i }} {{ lotteryName($item->page_name) }}
status ? 'checked':'' }} onchange="updateSpinnerStatus(this)" data-id="{{ $item->id }}" />
@endsection @section('scripts') @endsection