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

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

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

@endif

ส่วนลด / เงินรางวัล

@foreach ($lotteryType as $key => $item) @php $maxLineA = $agentCommission ? $agentCommission['a'][$item['type']]['discount'] : 100; @endphp
@if ($mainLottery->type) @else
@endif
@endforeach
@foreach ($lotteryType as $key => $item) @php $maxLineB = $agentCommission ? $agentCommission['b'][$item['type']]['discount'] : 100; @endphp
@if ($mainLottery->type) @else
@endif
@endforeach
@foreach ($lotteryType as $key => $item) @php $maxLineC = $agentCommission ? $agentCommission['c'][$item['type']]['discount'] : 100; @endphp
@if ($mainLottery->type) @else
@endif
@endforeach
{{-- LotteryCommission --}} @if ($mainLottery->type) @endif
@endsection @section('scripts') @endsection