| RM |
KUANTITI |
JUMLAH (RM) |
| RM100 |
{{ $array_requestteller[0]['rekodring100'] }} |
@php $totalsemua = 0; $total = ($array_requestteller[0]['rekodring100'] * 100); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 50 |
{{ $array_requestteller[0]['rekodring50'] }} |
@php $total = ($array_requestteller[0]['rekodring50'] * 50); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 20 |
{{ $array_requestteller[0]['rekodring20'] }} |
@php $total = ($array_requestteller[0]['rekodring20'] * 20); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 10 |
{{ $array_requestteller[0]['rekodring10'] }} |
@php $total = ($array_requestteller[0]['rekodring10'] * 10); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 5 |
{{ $array_requestteller[0]['rekodring5'] }} |
@php $total = ($array_requestteller[0]['rekodring5'] * 5); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 1.00 |
{{ $array_requestteller[0]['rekodring1'] }} |
@php $total = ($array_requestteller[0]['rekodring1'] * 1); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 0.50 |
{{ $array_requestteller[0]['rekodsen50'] }} |
@php $total = ($array_requestteller[0]['rekodsen50'] * 0.5); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 0.20 |
{{ $array_requestteller[0]['rekodsen20'] }} |
@php $total = ($array_requestteller[0]['rekodsen20'] * 0.2); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM0.10 |
{{ $array_requestteller[0]['rekodsen10'] }} |
@php $total = ($array_requestteller[0]['rekodsen10'] * 0.1); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 0.05 |
{{ $array_requestteller[0]['rekodsen5'] }} |
@php $total = ($array_requestteller[0]['rekodsen5'] * 0.05); $totalsemua += $total; echo number_format($total,2); @endphp |
| RM 0.01 |
{{ $array_requestteller[0]['rekodsen1'] }} |
@php $total = ($array_requestteller[0]['rekodsen1'] * 0.01); $totalsemua += $total; echo number_format($total,2); @endphp |
| JUMLAH (RM) |
{{ number_format($totalsemua,2) }} |