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

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

@endif

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

@if (! isLotteryType($country))
@endif
@foreach ($editStoreCommission['a'] as $type => $lotteryValue)
@if (isLotteryType($country)) @else
owner->isAdmin()) max="{{ $ownerCommission['a'][$type]['payment'] }}" @endif>
@endif
@endforeach
@foreach ($editStoreCommission['b'] as $type => $lotteryValue)
@if (isLotteryType($country)) @else
owner->isAdmin()) max="{{ $ownerCommission['b'][$type]['payment'] }}" @endif>
@endif
@endforeach
@foreach ($editStoreCommission['c'] as $type => $lotteryValue)
@if (isLotteryType($country)) @else
owner->isAdmin()) max="{{ $ownerCommission['c'][$type]['payment'] }}" @endif>
@endif
@endforeach
@if (isLotteryType($country)) @endif
@endsection @section('scripts') @endsection