route('patient'); if(!!$patient) { if(!$patient->shadow_pro_id) { abort(403); } } return $next($request); } }