public static function getReceiver($message) { $user = user::Where('id', $message->to_user_id)->first(); return $user; }