@extends('layouts.app') @section('content')

Create an Account

Join our community to support elderly individuals

@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Personal Information

Include country code (e.g., +1 for US)

Account Type

Terms and Consent

By creating an account, you agree to our Terms of Service and Privacy Policy.

Get updates about new elderly profiles, donations, and platform news.

Already have an account?

Sign in
@endsection