@php $invoice_sent_to = @$step_verified_data['invoice_sent_to']; $registration_fee = ($invoice_sent_to == 1 && $step_verified_data['reg_fee_status'] != 2) ? '$' .@$step_verified_data['registration_fee'] . ' USD/EUR' : ""; @endphp

Registration Fee

{{ $registration_fee }} non-refundable registration fee. This is a one time, non-refundable fee for the processing of your application.

@if(empty($step_status))

This step is disable until user will reach to step.

@else @if(!empty($step_verified_data['reg_fee_status'])) @if(@$step_verified_data['is_step_success'] == 1)
Thank you, the payment has been confirmed.
@else @if ($invoice_sent_to == 2)
Your registration fee will be paid by the partner admin.
@else

{{ (@$step_verified_data['reg_fee_status']==2)? " Postpone ":" ($registration_fee) - Invoice" }}

@endif @endif @if(($step_verified_data['reg_fee_status']==1) && ((empty($portfolio->placement_agency_id) || $portfolio->placementAgency->checkAgencySync() == false))) @endif @endif @endif