@extends('front_end.layouts.auth') @section('title', 'Register - Socialink') @if (setting('recaptcha') == 1) @push('styles') @endpush @endif @push('styles') @if (setting('password_complexity') == 1) @endif @endpush @push('scripts') @endpush @section('content')
Socialink

Create your Socialink identity and keep your circles close from day one.

Set up a profile that stays consistent across stories, events, games, and marketplace.

Launch your profile in minutes. Customize privacy, add your story, and sync contacts without the hassle.
Profiles completed 92% of new members finish setup within 3 minutes
Communities to join 8.3K interest hubs waiting for your first post
CX LM RA TN
Creators and teams from 190+ regions grow together here.

Create a new account

It's quick, secure, and takes less than a minute.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (setting('user_registration') == 1)
@csrf
@if (setting('auto_username') == 0)
@endif
@if (setting('password_complexity') == 1)
At least 8 characters
At least one uppercase letter
At least one lowercase letter
At least one number
At least one special character
@endif
@if (setting('recaptcha') == 1)
@if ($errors->has('recaptcha'))
{{ $errors->first('recaptcha') }}
@endif
@endif
@if ($errors->has('terms'))
{{ $errors->first('terms') }}
@endif
@else

User registration is currently disabled.

@endif

Already have an account? Log in

@endsection