@extends('front.layouts.main') @section('title') {{ __('Kua agent - Step 3') }} @endsection @push('styles') @endpush @section('content') {{-- English --}} getLocale() === 'en') checked @endif> English {{-- Kiswahili --}} getLocale() === 'sw') checked @endif> Swahili @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 ]) {{ __('Previous') }} @endsection @push('pageJs') @endpush
{{ __('Agent Identification & Agreement') }}
{{ __('Experience & Work History (Agent-Specific)') }}
{{ __('Income Declaration & Conflict of Interest Check') }}
{{ __('Geographical Availability & Work Preference') }}
{{ __('Personal Background') }}