@error('process_error')
{{ $message }}
@enderror
@if (session('status'))
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@include('livewire.transaction.vehicle.stepsui')
@include('livewire.transaction.vehicle.step' . $currentStep)
@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