@if ($currentStep == $totalSteps && $invoice->status == "PAID")
{{Lang::get('mof.submit')}}
@elseif($currentStep == $totalSteps && $confirmed == false)
@elseif($currentStep == $totalSteps && $confirmed == true)
@else
@if ($currentStep == 4)
Clicking next will confirm the transaction
@endif
@if($currentStep==3 && $apply==false)
@else
@endif
@endif
@if ($currentStep > 1 && $confirmed == false)
< {{Lang::get('mof.prev')}}
@endif