Register

Register Your Account

@if (session('status'))
{{ session('status') }}
@endif
@csrf
{{ $errors->first('name') ?? 'Please enter your name.' }}
{{ $errors->first('email') ?? 'Please enter a valid email.' }}
{{ $errors->first('password') ?? 'Please enter a strong password.' }}
{{ $errors->first('password_confirmation') ?? 'Please confirm your password.' }}

You have an account? Login