@extends('layouts.app') @section('content')
Support • Care • Awareness

Create your Myositis India account

Join a compassionate network of patients, caregivers, clinicians, and researchers.

Peer Support Doctor Connect Updates & Alerts
Join Us

Create account

It only takes a minute to get started.

@csrf
{{-- Name --}}
@error('name')

{{ $message }}

@enderror
{{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Mobile (optional) --}}
@error('mobile')

{{ $message }}

@enderror
{{-- Role --}}
@error('role')

{{ $message }}

@enderror
{{-- Password --}}
@error('password')

{{ $message }}

@enderror
{{-- Confirm --}}
Already registered?
Sign in
{{-- Reuse the same scoped styles as login (kept here for file self-containment) --}} @endsection