Konfirmasi Aktivasi Member

Secure Payment Verification Loop — {{ $subscription->plan->name }}

Total Tagihan:

Rp {{ number_format($subscription->plan->price, 0, ',', '.') }}

@php $latestPayment = $subscription->payments()->latest()->first(); $isPending = $latestPayment && $latestPayment->payment_status === 'pending'; $isRejected = $latestPayment && $latestPayment->payment_status === 'rejected'; @endphp @if($isPending)

Menunggu Verifikasi Admin

Tim audit kami sedang memvalidasi setoran Anda. Akses Pencarian Nasional akan segera terbuka otomatis setelah verifikasi selesai.

Status: Pending Validation
@else

Tujuan Transfer

Gate ID / Bank Name:

Bank BCA

Verification Channel:

1234-567-890

Authorized Beneficiary:

PT LEASINGPRO INDONESIA

@if($isRejected)

Verifikasi Gagal

Catatan Pemeriksa: "{{ $latestPayment->review_notes }}"

Silakan unggah ulang bukti transfer yang valid.

@endif
@csrf

Seret atau ketuk untuk mengunggah bukti

@endif