@method('post') @csrf
STEP 1 :
Fill in your information
@if ($errors->has('first_name'))
Please Enter First Name
@endif
@if ($errors->has('last_name'))
Please Enter Last Name
@endif
@if ($errors->has('username'))
Username already exists
@endif
@if ($errors->has('phone'))
Please Enter Phone Number
@endif
@if ($errors->has('email'))
Email ID already exists
@endif
STEP 2 :
Select your University
University
@foreach($university as $universities)
{{$universities->NAME}}
@endforeach
STEP 3 :
Notes of Administrator
I agree to the
Terms
and
Privacy
.
Already register member?
Login
Create a new account