@php $bgcolor = '#cde2f2;'; if ($transfer['coload_id'] == 2) { $bgcolor = '#D699BE;'; } @endphp
SERVICE TRANSFER RMB
Name : {{ $transfer['member'] }}
Number Order : {{ $transfer['kode_order'] }}
@php $background1 = ''; $tex1 = ''; if ($transfer['coload_id'] == 3) { $background1 = 'background-color:#ffc000;'; $tex1 = 'color:black;'; } if ($transfer['coload_id'] == 2) { $background1 = 'background-color:#D699BE;'; $tex1 = 'color:black;'; } if ($transfer['coload_id'] == 1) { $background1 = 'background-color:#f01400;'; $tex1 = 'color:white;'; } @endphp @php $background2 = ''; $tex2 = ''; if ($transfer['coload_id'] == 3) { $background2 = 'background-color:#1f2455;'; $tex2 = 'color:white;'; } if ($transfer['coload_id'] == 2) { $background2 = 'background-color: #993671;'; $tex2 = 'color:white;'; } if ($transfer['coload_id'] == 1) { $background2 = 'background-color: #193074;'; $tex2 = 'color:white;'; } @endphp
Total Product Price ¥ {{ $transfer['nominal_rmb'] }}
Fee ¥ {{ $transfer['fee'] }}
Grand Total ¥ {{ $transfer['nominal_rmb'] + $transfer['fee'] }}
Kurs Rp {{ ribuan($transfer['rate_rmb']) }}
Diskon Rp {{ ribuan($transfer['nominal_potongan']) }}
Total In Rupiah Rp {{ ribuan($transfer['total_rupiah']) }}
@if ($transfer['coload_id'] == 3) @endif