Update Driver License Class Application
@include("backend.includes.flash")
Loading...
@if ($currentStep == 1)
Step 1
@livewire("driver-license.select-driver-license-component") @isset($licenseId)

Driver License

@livewire("driver-license.view-driver-license-component", ["licenseId" => $licenseId,"classification" => $classification,'update_class' => true])
@endisset @error('licenseId') {{ $message }} @enderror @isset($classification)

@lang("labels.classification")

Current Changed
{{$dl->classification}} {{$classification}}
@endisset
@endif @if ($currentStep == 2)
Step 2

Driver License

@livewire("driver-license.view-driver-license-component", ["licenseId" => $licenseId,"classification" => $classification])
@endif
  • @if ($currentStep == 2) @endif
  • @if ($currentStep == 1) @endif
  • @if ($currentStep == 2)
    @endif
@push ('page-scripts') @endpush