@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 }} 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){{ (@$step_verified_data['reg_fee_status']==2)? " Postpone ":" ($registration_fee) - Invoice" }}