Home About Us Certification Syllabus Advisory Committee Contact @if(Auth::check()) | Welcome, {{ ucfirst(Auth::user()->name) }} @if(Auth::user()->role_type == 'Examiner') Dashboard @elseif(Auth::user()->role_type == 'Teacher') Dashboard @elseif(Auth::user()->role_type == 'Admin') Dashboard @else Dashboard @endif Logout @else Login Register @endif
    @if(Auth::check())
  • Welcome, {{ ucfirst(Auth::user()->name) }}
  • Profile
    • {{ ucfirst(Auth::user()->name) }}
    • {{ Auth::user()->email }}
    • {{ Auth::user()->phone }}
    • DATE OF BIRTH
      {{ Auth::user()->dob }}
    • ADDRESS
      {{ ucfirst(Auth::user()->address_1) }},
      {{ ucfirst(Auth::user()->address_2) }}
    • {{ ucfirst(Auth::user()->city) }} {{ ucfirst(Auth::user()->zipcode) }}
      {{ ucfirst(Auth::user()->state) }}, {{ ucfirst(Auth::user()->country) }}
    • Edit Bio
    • Change Password
  • @endif
  • Inquiry
  • Contact
  • @if(Auth::check())
  • Dashboard
  • Logout
  • @else
  • Login
  • Register
  • @endif

Student Register

OR

Teacher Register