@extends($activeTemplate.'layouts.frontend') @section('content') @php $policyPages = getContent('policy_pages.element',false,null,true); @endphp @lang('Register') @csrf @lang('Username') @lang('E-Mail Address') @foreach($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Country') @lang('Password') @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('Register') @lang('Already have an account?') @lang('Login')
@lang('Already have an account?') @lang('Login')