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

Detail Loading

{{ \App\Helpers\Helpers::convert_date_time($ls->created_at) }}
@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)
Voucher Card
@foreach($lsr as $vcard) @endforeach
Retailer Product Qty Harga Jual / Kartu Metode Bayar Action
{{ $vcard->retailer }} {{ $vcard->product }} {{ number_format($vcard->qty,0,",",".") }} {{ number_format($vcard->price,0,",",".") }} {{ $arr_paymethod[$vcard->pay_method] }}
@endif
eVoucher
@foreach($lsevd as $evouvher) @endforeach
Retailer Nominal Harga Jual Metode Bayar Action
{{ $evouvher->retailer }} {{ number_format($evouvher->nominal,0,",",".") }} {{ number_format($evouvher->eup,0,",",".") }} {{ $arr_paymethod[$evouvher->pay_method] }}
@endsection @push('scripts') @endpush