@if ($paymentModal)
@if ($currentStep == 1)
Rincian Pembayaran
Perusahaan
{{ $company }}
Nomor Invoice
{{ $invoice['invoice_number'] }}
Jumlah Tagihan
@moneyIDR($invoice['total_amount'])
{{ trans('whatsapp-gateway.ph.select-bank') }} @if ($paymentMethods) @foreach ($paymentMethods as $paymentMethod) {{ $paymentMethod['name'] }} @endforeach @endif
Batal {{ __('Bayar') }}
@endif @if ($currentStep == 2) Menunggu Pembayaran
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) Cara Pembayaran
@foreach ($instructions as $instruction)
{{ $loop->index + 1 }}. {{ $instruction['title'] }} @foreach ($instruction['steps'] as $step) {{ $loop->index + 1 }}. {!! $step !!} @endforeach
@endforeach
Kembali Tutup
@endif
@script @endscript @endif