@extends($activeTemplate . 'layouts.app') @section('app') @php $policyPages = getContent('policy_pages.element', false, null, true); $register = getContent('register.content', true); @endphp

{{ __(@$register->data_values->title) }}

{{ __(@$register->data_values->subtitle) }}

@csrf
@if (session()->get('reference') != null)
@endif
@if ($general->secure_password)

@lang('1 small letter minimum')

@lang('1 capital letter minimum')

@lang('1 number minimum')

@lang('1 special character minimum')

@lang('6 character password')

@endif
@if ($general->agree)
@foreach ($policyPages as $policy) {{ __($policy->data_values->title) }} @if (!$loop->last) , @endif @endforeach
@endif

@lang('Already i have an account in here') @lang('Login')

@endsection @push('style') @endpush @if($general->secure_password) @push('script-lib') @endpush @endif @push('script') @endpush