@extends($activeTemplate.'layouts.frontend') @section('content') @php $policyPages = getContent('policy_pages.element',false,null,true); @endphp @lang('Sign Up Your Account') @csrf @if(session()->get('reference') != null) @lang('Reference by') @endif @lang('Username') @lang('E-Mail Address') @lang('Country') @foreach($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Mobile') @lang('Password') @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 @lang('Confirm Password') @if($general->agree) @lang('I agree with') @foreach($policyPages as $policy) {{ __($policy->data_values->title) }} @if(!$loop->last) @endif @endforeach @endif @lang('Sign Up') @lang('Already Have An Account')? @lang('Login Now')
@lang('1 small letter minimum')
@lang('1 capital letter minimum')
@lang('1 number minimum')
@lang('1 special character minimum')
@lang('6 character password')
@lang('Already Have An Account')? @lang('Login Now')