@include("backend.includes.flash")
Driver License Application
Loading...
@if ($currentStep == 1)
Step 1
@livewire("party.select-party-component", ["create" => false]) @isset($partyId)

@lang('labels.party')

@livewire("party.view-party-component", ["partyId" => $partyId])
@endisset @error('partyId') {{ $message }} @enderror
@endif @if ($currentStep == 2)
Step 4

@lang('labels.owner')

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