@extends('authLayout::index') @section('pageContent')
{{ __('labels.signup_almost_done.caption') }}
{{ __('labels.signup_steps', ['current' => ($stepIndex + 1), 'total' => $totalSteps]) }}
@livewire($stepComponentData['component'], [ 'stepIndex' => $stepIndex, 'stepData' => $stepComponentData, ])

{!! __('auth.auth_agreement', [ 'app_name' => config('app.name'), 'terms_link' => route('document.terms.index'), 'policy_link' => route('document.privacy.index') ]) !!}

@endsection