@php $reg_fee_status = @$step_verified_data['reg_fee_status']; $registration_fee = @$step_verified_data['registration_fee']; $invoice_sent_to = @$step_verified_data['invoice_sent_to']; $stripe_payment_link = @$step_verified_data['stripe_payment_link']; $bank_wire_payment_link = @$step_verified_data['bank_wire_payment_link']; $payment_instruction_download = @$step_verified_data['payment_instruction_download']; $invoice_number = @$step_verified_data['invoice_number']; $invoice_id = @$step_verified_data['invoice_id']; $pdf_link = @$step_verified_data['pdf_link']; $invoice_data = @$step_verified_data['invoice_data']; $payemnt_method = @$step_verified_data['payemnt_method']; $paymnt_receipt_url = @$step_verified_data['paymnt_receipt_url']; $bank_wire_data = @$step_verified_data['bank_wire_data']; @endphp

Pay The Registration Fee

@if($is_step_success == 1)
@if(($reg_fee_status == 1 || $reg_fee_status == 3 || $reg_fee_status == 4) && !empty($bank_wire_data) && $bank_wire_data['is_verified_accounting'] == 'n')

A payment attempt has already been processed and is currently under review.

@elseif($reg_fee_status == 1 || $reg_fee_status == 4)

Thank you! Your payment was confirmed. Please proceed to the next step in order to add Additional Information.

You can download your Invoice and Payment Receipt here:

@if($invoice_sent_to == 1)

@if(!empty($pdf_link)) Download Invoice @endif @if(!empty($invoice_id)) Download Payment Receipt @endif

@endif
@elseif($reg_fee_status == 2)

Your registration fee is postponed.

Please click on "Next Step" and go to next step.

@endif
@else @if($is_step_locked != 1 && ( $invoice_sent_to == 1 || $invoice_sent_to == 2 )) @if($invoice_sent_to == 1)

The next step in the process is to complete the payment of your Registration Fee. You can pay via Debit or Credit Card, or via Bank Wire. You can download the payment instructions here:

Download Instructions


Your Invoice Number is #{{$invoice_number}}. You can download your Invoice from here:

Download Invoice


We have not received your payment of ${{$registration_fee}} for your Registration Fee with invoice Number #{{$invoice_number}}. Please processed with your payment.

Pay Via Debit Or Credit Card Pay Via Bank Wire

@else

Your registration fee will be paid by the partner admin.

@endif @endif
@endif