@extends('layouts.master') @section('title') LT-99 :: แก้ไขตั้งค่าอัตราส่วนของร้านค้า @endsection @section('sub_title') ตั้งค่าไลน์ส่วนลด @endsection @section('content')
@csrf
@if (isLotteryType($country))

แก้ไขตั้งค่าอัตราส่วน

@endif

แก้ไขตั้งค่าอัตราส่วนลด / เงินรางวัล

@if (! isLotteryType($country))
@endif
@foreach ($memberCommission['a'] as $type => $lotteryValue)
@if (isLotteryType($country)) @else
@endif
@endforeach
@foreach ($memberCommission['b'] as $type => $lotteryValue)
@if (isLotteryType($country)) @else
@endif
@endforeach
@foreach ($memberCommission['c'] as $type => $lotteryValue)
@if (isLotteryType($country)) @else
@endif
@endforeach
@if (isLotteryType($country)) @endif
@endsection @section('scripts') @endsection