@include('web.header.files')
@include('web.header.header')
Create New Account
Already Have an Account ? Login Here
@csrf
What is Your Name ?
@if($errors->has('name'))
{{ $errors->first('name') }}
@enderror
What is Your Email Address ?
@if($errors->has('email'))
{{ $errors->first('email') }}
@enderror
What is you phone Number ?
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@enderror
Type a Strong Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@enderror
Retype that Password
@if($errors->has('re-password'))
{{ $errors->first('re-password') }}
@enderror
Sign Up
@include('web.footer.footer')