@extends('layouts.master') @section('content')

Form Loading Checkout

@if($message = Session::get('success'))

Info

{{ $message }}

@endif @csrf
@role('Admin Sales Officer')
@endrole
{{-- @if(count($sme->voucher_card) > 0) --}} @if(count($product_num) > 0)
Voucher Card
Serial Number Kembali
@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) --}} @foreach($product_num as $key => $val)
@endforeach {{-- @foreach($sme->voucher_card->groupby('product') as $key => $value) --}} @foreach($product_num as $key => $val)
@if(!empty($sn_return)) @foreach($sn_return as $row) @if(str_replace(' ','_', strtoupper($row['product'])) == str_replace(' ','_', strtoupper($key))) @endif @endforeach @if(count(array_filter($explode_count)) == count($explode_count)) @endif @endif @if(!empty($sn_return))
{{ $key }} {{ $delta }}
@else
{{ $key }} {{ $product_num[$key] }}
@endif
@if(!empty($retailers)) @foreach ($retailers->retailers as $i => $row) @if(str_replace(' ','_', strtoupper($row->product)) == str_replace(' ','_', strtoupper($key)))
@endif @endforeach @endif
@endforeach
@endif {{-- @if(count($sme->evoucher) < 0) --}} @if(count($evoucher) < 0)
eVoucher
Nama Toko
Nominal
Harga Jual
Metode Bayar
Action
@if(!empty($ev_end)) @foreach ($ev_end as $phone)
{{ $phone->msisdn }}
@endforeach
@else {{-- @foreach ($sme->evoucher as $phone) --}} @foreach($evoucher as $ev_key => $ev_val)
{{-- $phone->msisdn --}} {{ $ev_key }}
@endforeach
@endif
@endif
@endsection