@include('login-header')

Register With a Business Email Address

We store your email address and password.
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
@endif
@csrf @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror @error('confirm_password') {{ $message }} @enderror
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Register With Google

We store your email address and full name.
Register With Google
@include('footer')