@if($message = Session::get('success'))
@endif
@csrf
@role('Admin Sales Officer')
@endrole
@if(count($product_num) > 0)
Voucher Card Revisi
@if(count($sn_return) > 0)
@foreach($sn_return as $val)
• {{ $val['product'] }}: {{ $val['sn_awal']}} -> {{ $val['sn_akhir'] }} ({{ $val['count_product']}})
@endforeach
@else
@endif