@if($message = Session::get('success'))
@endif
@csrf
@role('Admin Sales Officer')
@endrole
@if(count($sme->voucher_card) > 0)
@if(count($sn_return) > 0)
@foreach($sn_return as $val)
• {{ $val['product'] }}: {{ $val['sn_awal']}} -> {{ $val['sn_akhir'] }} ({{ $val['count_product']}})
@endforeach
@else
@endif
@foreach($sme->voucher_card->groupby('product') as $key => $value)
@endforeach
@foreach($sme->voucher_card->groupby('product') as $key => $value)
@if(!empty($retailers))
@foreach ($retailers->retailers as $i => $row)
@if(str_replace(" ", "_", strtoupper($row->product)) == str_replace(" ", "_", strtoupper($key)))
product)) }}_{{ str_replace(" ", "_", $row->retailer) }}">
product)) }}_{{ str_replace(" ", "_", $row->retailer) }}" onclick="del_retailer(this);">
@endif
@endforeach
@endif
@endforeach
@endif
@if(count($sme->evoucher) < 0)
Nama Toko
Nominal
Harga Jual
Metode Bayar
Action
@if(!empty($ev_end))
@foreach ($ev_end as $phone)
@endforeach
@else
@foreach ($sme->evoucher as $phone)
@endforeach
@endif
@endif
Jumlah kartu terjual tidak sama dengan jumlah qty toko
eVoucher belum di simpan