@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']; $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

Registration Fee

@if($invoice_sent_to== 1 && $reg_fee_status != 2) ${{ $registration_fee }} USD/EUR @endif non-refundable registration fee. This is a one time, non-refundable fee for the processing of your application.

@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')

Thank you, your bank wire payment has been pending to verified by admin.

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

Thank you, the payment has been confirmed.

Go to next step to update your Additional Information.

@if($invoice_sent_to == 1) @if(!empty($pdf_link))

You can download your invoice here

@endif @if(@$payemnt_method == 5 && !empty($paymnt_receipt_url))

Click on link to download your 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 @if(!empty($next_step_key)) @endif
@else @if($is_step_locked != 1 && ( $invoice_sent_to == 1 || $invoice_sent_to == 2 )) @if($invoice_sent_to == 1)

Select Payment Method

(Visa, Mastercard, American Express)


@else

Your registration fee will be paid by the partner admin.

@endif @endif @endif