Welcome to Patient Registration Page
We are excited to have you join our community.
If you've already registered, just log in
@if ($errors->any())
-
@foreach ($errors->all() as $error)
@if(strpos($error, 'The email has already been taken.') !== false)
- You have already registered with this email. You can login instead or use a different email. @else
- {{ $error }} @endif @endforeach
{{Session::get('success')}}
@endif
}})