@extends('layouts.app') @section('title', 'Registration Successful – Myositis India') @section('content')
{{-- main card --}}
{{-- Success Status --}}
Status: Registration Successful

Welcome to Myositis India, {{ session('user_name', 'there') }}!

{{-- heading --}}

Registration Completed Successfully!

Thank you for joining the Myositis India community. Your account has been created and you're now logged in.

{{-- Success Icon Section --}}
{{-- Success Checkmark --}}

Welcome to Our Community!

You can now access all patient resources, webinars, and community features.

{{-- Next Steps --}} {{-- Additional Info --}} @if(session('mail_error'))
{{ session('mail_error') }}
@endif

A confirmation email has been sent to your registered email address.

Need help? Contact our support team

@endsection