+
+
+ | RM |
+ KUANTITI |
+ JUMLAH (RM) |
+
+
+ | RM100 |
+ {{ $array_requestteller['txtring100'] }} |
+ @php $totalsemua = 0; $total = ($array_requestteller['txtring100'] * 100); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 50 |
+ {{ $array_requestteller['txtring50'] }} |
+ @php $total = ($array_requestteller['txtring50'] * 50); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 20 |
+ {{ $array_requestteller['txtring20'] }} |
+ @php $total = ($array_requestteller['txtring20'] * 20); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 10 |
+ {{ $array_requestteller['txtring10'] }} |
+ @php $total = ($array_requestteller['txtring10'] * 10); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 5 |
+ {{ $array_requestteller['txtring5'] }} |
+ @php $total = ($array_requestteller['txtring5'] * 5); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 1.00 |
+ {{ $array_requestteller['txtring1'] }} |
+ @php $total = ($array_requestteller['txtring1'] * 1); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 0.50 |
+ {{ $array_requestteller['txtsen50'] }} |
+ @php $total = ($array_requestteller['txtsen50'] * 0.5); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 0.20 |
+ {{ $array_requestteller['txtsen20'] }} |
+ @php $total = ($array_requestteller['txtsen20'] * 0.2); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM0.10 |
+ {{ $array_requestteller['txtsen10'] }} |
+ @php $total = ($array_requestteller['txtsen10'] * 0.1); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 0.05 |
+ {{ $array_requestteller['txtsen5'] }} |
+ @php $total = ($array_requestteller['txtsen5'] * 0.05); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | RM 0.01 |
+ {{ $array_requestteller['txtsen1'] }} |
+ @php $total = ($array_requestteller['txtsen1'] * 0.01); $totalsemua += $total; echo number_format($total,2); @endphp |
+
+
+ | JUMLAH (RM) |
+ {{ number_format($totalsemua,2) }} |
+
+
+
+