Oops, something went wrong
Error 404 Page not found. Sorry the page you looking for doesn’t exist or has been moved.
@if (Auth::guard('superadmin')->check())
Back to Dashboard
@elseif(Auth::guard('doctor')->check())
Back to Dashboard
@elseif(Auth::guard('patient')->check())
Back to Dashboard
@endif