@csrf
  • 1

    {{ __('Agent Identification & Agreement') }}

  • 2

    {{ __('Experience & Work History (Agent-Specific)') }}

  • 3

    {{ __('Income Declaration & Conflict of Interest Check') }}

  • 4

    {{ __('Geographical Availability & Work Preference') }}

  • 5

    {{ __('Personal Background') }}

@php $oldInput = old(); $sessionStep3 = session('kua_agent.step3', []); $oldData = (!empty(array_filter($oldInput, function($v){ return $v !== null && $v !== ''; })) ? $oldInput : $sessionStep3); @endphp @include('front.modules.kua_agent.register.sections.income_declaration_conflict_of_interest_check', [ 'oldData' => $oldData ])