@if ($message = Session::get('status'))
{{ $message }}
@endif
@csrf
@php
$total_price = 0;
$data = [];
$paymethodcard = [];
$paymethod = [];
$count_pm = 0;
$index = 0;
@endphp
@if(count($lsr) > 0)
| Retailer |
Product |
Qty |
Harga Jual / Kartu |
Metode Bayar |
Action |
@foreach($lsr as $vcard)
| {{ $vcard->retailer }} |
{{ $vcard->product }} |
{{ number_format($vcard->qty,0,",",".") }} |
{{ number_format($vcard->price,0,",",".") }} |
{{ $arr_paymethod[$vcard->pay_method] }} |
|
@endforeach
@endif
| Retailer |
Nominal |
Harga Jual |
Metode Bayar |
Action |
@foreach($lsevd as $evouvher)
| {{ $evouvher->retailer }} |
{{ number_format($evouvher->nominal,0,",",".") }} |
{{ number_format($evouvher->eup,0,",",".") }} |
{{ $arr_paymethod[$evouvher->pay_method] }} |
|
@endforeach