@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

{{_t('register.you_are_registered')}} !!!

{{_t('register.after_reg_text')}}
@if($registrationPackage == 'on')
@endif @if(getScope() == 'shared') {{-- {{dd(getScope())}}--}} @endif
@if($registrationAllowed)
{{_t('register.registration_wizard')}} {{_t('register.step_1_4')}}

{{ _t('register.sponsordetails') }}

{!! defineFilter('registerFormPlacementInfo', '
', 'root', $position) !!} @if(getConfig('registration','package_for_registration') == 'on')

{{ _t('register.packagedetails') }}

@endif

{{ _t('register.accountdetails') }}

@if(getConfig('registration','username_type') == 'static')
@endif
{!! $htmlHelper->renderFieldGroup('account_details', 'registration_form', $customFieldOptions, true) !!}

{{ _t('register.provide_profile_details') }}

{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{{-- --}}
{!! defineFilter('additionalFormField','','registration') !!} {!! $htmlHelper->renderFieldGroup('profile_setup', 'registration_form', $customFieldOptions, true) !!}
@if($registrationPackage == 'on') @endif
@if($registrationPackage == 'on')
@endif
@else @include('Auth.Partials.registrationSuspended') @endif
@if(getConfig('registration','registration_allowed')) @component('Components.Registration.cart', ['cartTotal' => $cartTotal]) @endcomponent @endif @endsection