@extends('panel.authentication.layout.app') @section('title', __('Register')) @section('form') @if ($setting->register_active == 1)

{{ __('Sign up') }}

@if ($setting->github_active || $setting->twitter_active || $setting->google_active || $setting->facebook_active)
@if ($setting->google_active) {{ __('Login with Google') }} @endif @if ($setting->github_active) {{ __('Login with Github') }} @endif @if ($setting->twitter_active) {{ __('Login with Twitter') }} @endif @if ($setting->facebook_active) {{ __('Login with Facebook') }} @endif
{{ __('or') }}
@endif
@if($setting->recaptcha_register == 1)
@endif {{ __('Sign up') }} @if ($setting->privacy_enable == 1 && $setting->privacy_enable_login == 1)
{{ __('By proceeding, you acknowledge and accept our') }} {{ __('Terms and Conditions') }} {{ __('and') }} {{ __('Privacy Policy') }} .
@endif
@else

{{ __('Registration is currently unavailable.') }}

@endif
{{ __('Have an account?') }} {{ __('Sign in') }}
@endsection