Register Account
@if (Session::has('success_message'))
Well done!
{{ Session::get('success_message')}}
×
@endif @if (Session::has('error_message'))
Error!
{{ Session::get('error_message')}}
×
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
×
@endif
@csrf
First Name
Last Name
Email
Phone
Password
Confirm Password
@isset($marketer)
Referred By
@endisset
Remember me
Already Have An Account ? Login
Register
Sign up with Google
Sign up with Facebook
Have an account?
Login now!