@extends($layoutPrefix . 'Layout.master') @inject('hookServices','App\Blueprint\Services\hookServices') @section('title',$title) @section('content') @inject('htmlHelper', 'App\Blueprint\Services\HtmlServices') @php $htmlHelper->wrapperClass = 'form-group'; $htmlHelper->labelClass = 'control-label col-md-3 col-sm-4'; $htmlHelper->fieldClass = 'col-md-4 col-sm-5'; $customFieldOptions = [ 'defaultValueMethod' => 'post', 'text' => [ 'class' => 'form-control', ] ] @endphp
@if($registrationAllowed)
{{_t('register.registration_wizard')}} {{_t('quickSignup.step_1_3')}}

{{ _t('quickSignup.sponsor_info') }}

{!! defineFilter('registerFormPlacementInfo', '
', 'root', $position) !!}

{{ _t('quickSignup.email_verification') }}

{!! $htmlHelper->renderFieldGroup('account_details', 'registration_form', $customFieldOptions, true) !!}

{{ _t('quickSignup.profile_setup') }}

@if(getConfig('registration','username_type') == 'static')
@endif
@else @include('Auth.Partials.registrationSuspended') @endif
@endsection