@extends('layouts.master') @section('title') LT-99 :: ตั้งค่าอัตราส่วน {{ lotteryName($country) }} @endsection @section('sub_title') ตั้งค่าอัตราส่วน :: {{ $user->username }} : {{ $user->name }} {{ lotteryName($country) }} @endsection @section('content')
@csrf @if ($lotteryRound)

เลือกงวดที่จะตั้งค่าอัตราจ่าย

ในขั้นตอนต่อไปจะเป็นการตั้งค่าอัตราจ่ายของหวยแต่ละงวด
โปรดเลือกหวยงวดที่คุณต้องการตั้งค่า

@endif {{-- AgentLimit --}}

ขั้นต่ำต่อไม้ / สูงสุดต่อไม้ / สูงสุดต่อหมายเลข

@foreach ($lotteryType as $key => $item)
@endforeach
{{-- AgentCommission --}} {{-- LotteryCommission --}} @if ($ltType) @endif {{-- AgentPercent --}}
@include('admin.agent.setting.components.createSettingModal') @endsection @section('scripts') @endsection