@if ($errors->has('login_email'))
  • Sign In
  • Register
  • Why?
  • @else
  • Sign In
  • Register
  • Why?
  • @endif

We need this information so that you can be able to manage your academic papers well and also for us to communicate. Rest assured your information will not be sold, traded, or given to anyone.


{{ csrf_field() }}
@if ($errors->has('login_email')) {{ $errors->first('login_email') }} @endif
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif