@extends ("partials.layout") @section ("title", "Login") @section ("content")

Sign Up

Benefits
- Make new friends!
- Talk to people!
- Algorithm free!
- Free and open source!
- Embrace decentralization!


@csrf
@error('username')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

@endsection