@section('title') Vehicle Registration @parent @stop @section('header_styles') @stop

@lang("mof.vehicle_registration") @isset ($transaction->id) -- {{ $transaction->transaction_reference_number }} @endisset

@error('process_error')
{{ $message }}
@enderror @if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @include('livewire.transaction.vehicle.stepsui')
Loading Please Wait...

@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
@section('footer_scripts') @stop