@endif
@if ($currentStep == 2)
Nama Pelanggan
{{ $order['customer_name'] }}
Email Pelanggan
{{ $order['customer_email'] }}
Telepon Pelanggan
{{ $order['customer_phone'] }}
Referensi
{{ $order['reference'] }}
Nomor Tagihan
{{ $order['merchant_ref'] }}
Metode Pembayaran
{{ $order['payment_name'] }}
Jumlah Tagihan
@moneyIDR($order['amount'])
@if (is_null($order['qr_url']))
Kode Bayar:
@else
Kode QR:
@endif
Payment Instruction
Cancel Order
Close
@endif
@if ($currentStep == 3)
@foreach ($instructions as $instruction)
{{ $loop->index + 1 }}. {{ $instruction['title'] }}
@foreach ($instruction['steps'] as $step)
{{ $loop->index + 1 }}. {!! $step !!}
@endforeach
@endforeach
Kembali
Tutup