@extends('front.layouts.main') @section('title') {{ __('Kua agent - Step 2') }} @endsection @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(); $sessionStep2 = session('kua_agent.step2', []); $oldData = (!empty(array_filter($oldInput, fn($v) => $v !== null && $v !== '')) ? $oldInput : $sessionStep2); @endphp @include('front.modules.kua_agent.register.sections.experience_work_history', [ 'products' => $productCategories, 'oldData' => $oldData ]) @if(request()->routeIs('kua-agent.register2')) {{ __('Previous') }} @elseif(request()->routeIs('kua-agent.register3')) {{ __('Previous') }} @elseif(request()->routeIs('kua-agent.register4')) {{ __('Previous') }} @elseif(request()->routeIs('kua-agent.register5')) {{ __('Previous') }} @endif @endsection @push('pageJs') @endpush
{{ __('Agent Identification & Agreement') }}
{{ __('Experience & Work History (Agent-Specific)') }}
{{ __('Income Declaration & Conflict of Interest Check') }}
{{ __('Geographical Availability & Work Preference') }}
{{ __('Personal Background') }}