@vite(['resources/css/app.css', 'resources/js/app.js'])
BondaCare Logo BondaCare

Create Your Account

Join our antenatal care community today

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Must be at least 8 characters long

@error('password')

{{ $message }}

@enderror
@error('password_confirmation')

{{ $message }}

@enderror
@error('clinic_id')

{{ $message }}

@enderror

This clinic will be used throughout your pregnancy journey. You can request a change later if needed.

Already have an account? Sign in here

Your information is secure and encrypted
Back to Home