array:6 [
  "topic" => ForumTopic {#1927
    #table: "forum_topic"
    #fillable: array:10 [
      0 => "name"
      1 => "user_id"
      2 => "status"
      3 => "forum_id"
      4 => "url"
      5 => "deleted"
      6 => "lang"
      7 => "spam"
      8 => "blocked"
      9 => "answers"
    ]
    #hidden: []
    #connection: null
    #primaryKey: "id"
    #keyType: "int"
    #perPage: 15
    +incrementing: true
    +timestamps: true
    #attributes: array:15 [
      "id" => 59718
      "name" => "Best way to get gems?"
      "user_id" => 1687804
      "status" => 0
      "created_at" => "2019-01-05 10:34:10"
      "updated_at" => "2019-03-04 06:56:12"
      "forum_id" => 1628
      "url" => "best-way-to-get-gems"
      "deleted" => 0
      "lang" => "en"
      "spam" => 0
      "blocked" => 1
      "answers" => 13
      "pinned" => 0
      "canBeBlocked" => false
    ]
    #original: array:14 [
      "id" => 59718
      "name" => "Best way to get gems?"
      "user_id" => 1687804
      "status" => 0
      "created_at" => "2019-01-05 10:34:10"
      "updated_at" => "2019-03-04 06:56:12"
      "forum_id" => 1628
      "url" => "best-way-to-get-gems"
      "deleted" => 0
      "lang" => "en"
      "spam" => 0
      "blocked" => 1
      "answers" => 13
      "pinned" => 0
    ]
    #relations: []
    #visible: []
    #appends: []
    #guarded: array:1 [
      0 => "*"
    ]
    #dates: []
    #dateFormat: null
    #casts: []
    #touches: []
    #observables: []
    #with: []
    #morphClass: null
    +exists: true
    +wasRecentlyCreated: false
  }
  "forum" => Forum {#1930
    #table: "forum"
    #fillable: array:12 [
      0 => "name"
      1 => "description"
      2 => "user_id"
      3 => "game_id"
      4 => "status"
      5 => "background"
      6 => "background_min"
      7 => "url"
      8 => "global"
      9 => "users"
      10 => "deleted"
      11 => "lang"
    ]
    #hidden: []
    #connection: null
    #primaryKey: "id"
    #keyType: "int"
    #perPage: 15
    +incrementing: true
    +timestamps: true
    #attributes: array:16 [
      "id" => 1628
      "name" => "General Discussions"
      "description" => " Are you bored? Then talk with others on various topics."
      "user_id" => 0
      "game_id" => 0
      "status" => 0
      "background" => "/img/forum/hydepark1.png"
      "background_min" => "/img/forum/hydepark1_min.png"
      "created_at" => "2017-04-20 20:00:00"
      "updated_at" => "2024-04-25 19:00:45"
      "active" => 1
      "url" => "general-discussions"
      "global" => 1
      "users" => 0
      "deleted" => 0
      "lang" => "en"
    ]
    #original: array:16 [
      "id" => 1628
      "name" => "General Discussions"
      "description" => " Are you bored? Then talk with others on various topics."
      "user_id" => 0
      "game_id" => 0
      "status" => 0
      "background" => "/img/forum/hydepark1.png"
      "background_min" => "/img/forum/hydepark1_min.png"
      "created_at" => "2017-04-20 20:00:00"
      "updated_at" => "2024-04-25 19:00:45"
      "active" => 1
      "url" => "general-discussions"
      "global" => 1
      "users" => 0
      "deleted" => 0
      "lang" => "en"
    ]
    #relations: array:1 [
      "game" => null
    ]
    #visible: []
    #appends: []
    #guarded: array:1 [
      0 => "*"
    ]
    #dates: []
    #dateFormat: null
    #casts: []
    #touches: []
    #observables: []
    #with: []
    #morphClass: null
    +exists: true
    +wasRecentlyCreated: false
  }
  "posts" => LengthAwarePaginator {#1952
    #total: 9
    #lastPage: 1
    #items: Collection {#1969
      #items: array:9 [
        0 => ForumPost {#1956
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 741075
            "name" => "EwIdlePie"
            "avatar" => "/static/avatar/1687804.jpg"
            "forum_id" => 1628
            "status" => 0
            "user_id" => 1687804
            "is_main" => 1
            "text" => "Does anyone knows the best way to earn gems?"
            "created_at" => "2019-01-05 10:34:10"
            "likes" => 1
            "dislikes" => 0
            "text2" => "Does anyone knows the best way to earn gems?"
            "date" => "5 january 2019 10:34"
          ]
          #original: array:11 [
            "id" => 741075
            "name" => "EwIdlePie"
            "avatar" => "/static/avatar/1687804.jpg"
            "forum_id" => 1628
            "status" => 0
            "user_id" => 1687804
            "is_main" => 1
            "text" => "Does anyone knows the best way to earn gems?"
            "created_at" => "2019-01-05 10:34:10"
            "likes" => 1
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1973
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 1687804
                "name" => "EwIdlePie"
                "email" => "[email protected]"
                "password" => "$2y$10$qcuTfBdG.dhp.Px6YtsQXOG/YxSz6YOXxLmAgRyfuzP.24kJru2uO"
                "remember_token" => "QHhtzi6gXdJ8P4nEZAPPcPHNDhjPycL5AcWMSp4hZLumCtWPPGCXmI3xGCDs"
                "created_at" => "2018-08-27 16:53:36"
                "updated_at" => "2022-03-14 22:16:39"
                "points" => 25
                "banned" => 0
                "active" => 1
                "avatar" => "/static/avatar/1687804.jpg"
                "online_at" => "2020-05-24 13:39:33"
                "city" => "Bacau"
                "birth" => "1994-10-03 00:00:00"
                "sex" => 0
                "tutorial" => 7
                "fbid" => "2074016089578874"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 350
                "ref" => 1198932
                "ref_status" => 1
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/static/avatar/1687804_min.jpg"
                "avatar_med" => "/static/avatar/1687804_med.jpg"
                "avatar_max" => "/static/avatar/1687804_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 2266
                "points_rankingmonth" => 0
                "points_all" => 3451
                "geo" => "ro"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => 81
                "fav_reward" => 3340
                "langchange" => 0
                "ytid" => null
                "youtube_id" => 16583
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198386614819"
                "steamtype" => 0
                "steamlevel" => 1
                "campaign_id" => 83
                "twitterid" => "1000367404445261824"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 1687804
                "name" => "EwIdlePie"
                "email" => "[email protected]"
                "password" => "$2y$10$qcuTfBdG.dhp.Px6YtsQXOG/YxSz6YOXxLmAgRyfuzP.24kJru2uO"
                "remember_token" => "QHhtzi6gXdJ8P4nEZAPPcPHNDhjPycL5AcWMSp4hZLumCtWPPGCXmI3xGCDs"
                "created_at" => "2018-08-27 16:53:36"
                "updated_at" => "2022-03-14 22:16:39"
                "points" => 25
                "banned" => 0
                "active" => 1
                "avatar" => "/static/avatar/1687804.jpg"
                "online_at" => "2020-05-24 13:39:33"
                "city" => "Bacau"
                "birth" => "1994-10-03 00:00:00"
                "sex" => 0
                "tutorial" => 7
                "fbid" => "2074016089578874"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 350
                "ref" => 1198932
                "ref_status" => 1
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/static/avatar/1687804_min.jpg"
                "avatar_med" => "/static/avatar/1687804_med.jpg"
                "avatar_max" => "/static/avatar/1687804_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 2266
                "points_rankingmonth" => 0
                "points_all" => 3451
                "geo" => "ro"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => 81
                "fav_reward" => 3340
                "langchange" => 0
                "ytid" => null
                "youtube_id" => 16583
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198386614819"
                "steamtype" => 0
                "steamlevel" => 1
                "campaign_id" => 83
                "twitterid" => "1000367404445261824"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        1 => ForumPost {#1955
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 741081
            "name" => "hex7ech"
            "avatar" => "/img/avatar/2428672.jpg"
            "forum_id" => 1628
            "status" => 0
            "user_id" => 2428672
            "is_main" => 0
            "text" => "Play games, watch videos<br>"
            "created_at" => "2019-01-05 10:36:30"
            "likes" => 2
            "dislikes" => 1
            "text2" => "Play games, watch videos<br>"
            "date" => "5 january 2019 10:36"
          ]
          #original: array:11 [
            "id" => 741081
            "name" => "hex7ech"
            "avatar" => "/img/avatar/2428672.jpg"
            "forum_id" => 1628
            "status" => 0
            "user_id" => 2428672
            "is_main" => 0
            "text" => "Play games, watch videos<br>"
            "created_at" => "2019-01-05 10:36:30"
            "likes" => 2
            "dislikes" => 1
          ]
          #relations: array:1 [
            "user" => User {#1974
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 2428672
                "name" => "hex7ech"
                "email" => "[email protected]"
                "password" => "$2y$10$96WfFT4lXbl0JyVBXKmjRu29m1omrBp1gHFzqVPzLlXMVzl3wW3/6"
                "remember_token" => "9PsyEHv2YudtWZSSlD3iO1PKaQd6jy1cDNda05vXoQcCmrvE5kWmBOk07aTF"
                "created_at" => "2018-12-20 16:06:36"
                "updated_at" => "2022-09-22 00:03:47"
                "points" => 0
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/2428672.jpg"
                "online_at" => "2022-09-21 16:02:43"
                "city" => "Ruse"
                "birth" => "1985-08-10 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 2
                "experience" => 306
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/img/avatar/2428672_min.jpg"
                "avatar_med" => "/img/avatar/2428672_med.jpg"
                "avatar_max" => "/img/avatar/2428672_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 6756
                "points_rankingmonth" => 0
                "points_all" => 6781
                "geo" => "bg"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 4473
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198417964551"
                "steamtype" => 1
                "steamlevel" => 30
                "campaign_id" => 70142
                "twitterid" => "1078666440637587456"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => "4238281584"
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 2428672
                "name" => "hex7ech"
                "email" => "[email protected]"
                "password" => "$2y$10$96WfFT4lXbl0JyVBXKmjRu29m1omrBp1gHFzqVPzLlXMVzl3wW3/6"
                "remember_token" => "9PsyEHv2YudtWZSSlD3iO1PKaQd6jy1cDNda05vXoQcCmrvE5kWmBOk07aTF"
                "created_at" => "2018-12-20 16:06:36"
                "updated_at" => "2022-09-22 00:03:47"
                "points" => 0
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/2428672.jpg"
                "online_at" => "2022-09-21 16:02:43"
                "city" => "Ruse"
                "birth" => "1985-08-10 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 2
                "experience" => 306
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/img/avatar/2428672_min.jpg"
                "avatar_med" => "/img/avatar/2428672_med.jpg"
                "avatar_max" => "/img/avatar/2428672_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 6756
                "points_rankingmonth" => 0
                "points_all" => 6781
                "geo" => "bg"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 4473
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198417964551"
                "steamtype" => 1
                "steamlevel" => 30
                "campaign_id" => 70142
                "twitterid" => "1078666440637587456"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => "4238281584"
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        2 => ForumPost {#1958
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 742259
            "name" => "ZaYo"
            "avatar" => "/img/avatar/292028.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 292028
            "is_main" => 0
            "text" => "AppZone, watch 100 ads (max 30 seconds/ad) and you will get 100 Soul Gems"
            "created_at" => "2019-01-05 17:36:14"
            "likes" => 2
            "dislikes" => 0
            "text2" => "AppZone, watch 100 ads (max 30 seconds/ad) and you will get 100 Soul Gems"
            "date" => "5 january 2019 17:36"
          ]
          #original: array:11 [
            "id" => 742259
            "name" => "ZaYo"
            "avatar" => "/img/avatar/292028.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 292028
            "is_main" => 0
            "text" => "AppZone, watch 100 ads (max 30 seconds/ad) and you will get 100 Soul Gems"
            "created_at" => "2019-01-05 17:36:14"
            "likes" => 2
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1970
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 292028
                "name" => "ZaYo"
                "email" => "[email protected]"
                "password" => "$2y$10$Ltf/cyhuPZD4aKnxTujnFeza1C1Alj4psMm2g3meSwt7u.CSAYcba"
                "remember_token" => "OxfpT6gEXFm1Qb84l5Oh64Lin3KD5vTOLsD0faDzYblODVh4NidTo0t4WVjp"
                "created_at" => "2017-08-26 20:41:36"
                "updated_at" => "2022-12-30 00:03:47"
                "points" => 10
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/292028.jpg"
                "online_at" => "2022-12-29 19:50:31"
                "city" => "Timisoara"
                "birth" => "1999-01-01 00:00:00"
                "sex" => 0
                "tutorial" => 7
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 4
                "experience" => 1661
                "ref" => 178027
                "ref_status" => 1
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => "253323837|0-sbpA_Y"
                "avatar_min" => "/img/avatar/292028_min.jpg"
                "avatar_med" => "/img/avatar/292028_med.jpg"
                "avatar_max" => "/img/avatar/292028_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 14177
                "points_rankingmonth" => 0
                "points_all" => 43021
                "geo" => "ro"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => 78
                "fav_reward" => 1308
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198213589565"
                "steamtype" => 0
                "steamlevel" => 8
                "campaign_id" => 13689
                "twitterid" => "898444679200387073"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 292028
                "name" => "ZaYo"
                "email" => "[email protected]"
                "password" => "$2y$10$Ltf/cyhuPZD4aKnxTujnFeza1C1Alj4psMm2g3meSwt7u.CSAYcba"
                "remember_token" => "OxfpT6gEXFm1Qb84l5Oh64Lin3KD5vTOLsD0faDzYblODVh4NidTo0t4WVjp"
                "created_at" => "2017-08-26 20:41:36"
                "updated_at" => "2022-12-30 00:03:47"
                "points" => 10
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/292028.jpg"
                "online_at" => "2022-12-29 19:50:31"
                "city" => "Timisoara"
                "birth" => "1999-01-01 00:00:00"
                "sex" => 0
                "tutorial" => 7
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 4
                "experience" => 1661
                "ref" => 178027
                "ref_status" => 1
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => "253323837|0-sbpA_Y"
                "avatar_min" => "/img/avatar/292028_min.jpg"
                "avatar_med" => "/img/avatar/292028_med.jpg"
                "avatar_max" => "/img/avatar/292028_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 14177
                "points_rankingmonth" => 0
                "points_all" => 43021
                "geo" => "ro"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => 78
                "fav_reward" => 1308
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198213589565"
                "steamtype" => 0
                "steamlevel" => 8
                "campaign_id" => 13689
                "twitterid" => "898444679200387073"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        3 => ForumPost {#1957
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 742884
            "name" => "nikosenpai"
            "avatar" => null
            "forum_id" => 1628
            "status" => 3
            "user_id" => 2560952
            "is_main" => 0
            "text" => "app zone best"
            "created_at" => "2019-01-05 20:35:14"
            "likes" => 0
            "dislikes" => 0
            "text2" => "app zone best"
            "date" => "5 january 2019 20:35"
          ]
          #original: array:11 [
            "id" => 742884
            "name" => "nikosenpai"
            "avatar" => null
            "forum_id" => 1628
            "status" => 3
            "user_id" => 2560952
            "is_main" => 0
            "text" => "app zone best"
            "created_at" => "2019-01-05 20:35:14"
            "likes" => 0
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1975
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 2560952
                "name" => "nikosenpai"
                "email" => "[email protected]"
                "password" => "$2y$10$ajuq82qvj3iZM23jArxIKeOi5AIVLUR2b2NPRHf6mO3gnb5mnA.bS"
                "remember_token" => "ftzEXfL6LDgKrMs4P2RBduCfzGTvvTyAKEsGbvRv31x2PIJBAtBkfCXtHIQJ"
                "created_at" => "2019-01-05 20:12:10"
                "updated_at" => "2021-01-11 18:37:16"
                "points" => 9
                "banned" => 0
                "active" => 1
                "avatar" => null
                "online_at" => "2020-05-09 17:42:55"
                "city" => "new york city"
                "birth" => "1991-05-04 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 2
                "experience" => 338
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => null
                "avatar_med" => null
                "avatar_max" => null
                "fbid2" => ""
                "points_rankingall" => 407
                "points_rankingmonth" => 0
                "points_all" => 409
                "geo" => "bd"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 1253
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198859309454"
                "steamtype" => 0
                "steamlevel" => 5
                "campaign_id" => null
                "twitterid" => "1083581486131929088"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 2560952
                "name" => "nikosenpai"
                "email" => "[email protected]"
                "password" => "$2y$10$ajuq82qvj3iZM23jArxIKeOi5AIVLUR2b2NPRHf6mO3gnb5mnA.bS"
                "remember_token" => "ftzEXfL6LDgKrMs4P2RBduCfzGTvvTyAKEsGbvRv31x2PIJBAtBkfCXtHIQJ"
                "created_at" => "2019-01-05 20:12:10"
                "updated_at" => "2021-01-11 18:37:16"
                "points" => 9
                "banned" => 0
                "active" => 1
                "avatar" => null
                "online_at" => "2020-05-09 17:42:55"
                "city" => "new york city"
                "birth" => "1991-05-04 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 2
                "experience" => 338
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => null
                "avatar_med" => null
                "avatar_max" => null
                "fbid2" => ""
                "points_rankingall" => 407
                "points_rankingmonth" => 0
                "points_all" => 409
                "geo" => "bd"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 1253
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198859309454"
                "steamtype" => 0
                "steamlevel" => 5
                "campaign_id" => null
                "twitterid" => "1083581486131929088"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        4 => ForumPost {#1959
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 745344
            "name" => "sawon2403"
            "avatar" => "/img/avatar/2395639.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2395639
            "is_main" => 0
            "text" => "Just play games and you'll see."
            "created_at" => "2019-01-06 17:25:42"
            "likes" => 0
            "dislikes" => 0
            "text2" => "Just play games and you'll see."
            "date" => "6 january 2019 17:25"
          ]
          #original: array:11 [
            "id" => 745344
            "name" => "sawon2403"
            "avatar" => "/img/avatar/2395639.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2395639
            "is_main" => 0
            "text" => "Just play games and you'll see."
            "created_at" => "2019-01-06 17:25:42"
            "likes" => 0
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1972
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 2395639
                "name" => "sawon2403"
                "email" => "[email protected]"
                "password" => "$2y$10$G0kxRo4mraCRpLOKYRij0eG8hz3C6VR738saJZdiWpwJp4PxW9EXG"
                "remember_token" => "zCva88Xdsg5ef6RY0GDYMJ1ZqsksicYYHi6kQcq3Ex12VGqDpQQDZQgYKGWZ"
                "created_at" => "2018-12-15 11:29:13"
                "updated_at" => "2024-02-01 00:11:17"
                "points" => 31
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/2395639.jpg"
                "online_at" => "2024-01-20 06:48:31"
                "city" => "Dhaka"
                "birth" => "1995-11-30 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 6
                "experience" => 4334
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 1
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => "419943271|wcsMtTQ8"
                "avatar_min" => "/img/avatar/2395639_min.jpg"
                "avatar_med" => "/img/avatar/2395639_med.jpg"
                "avatar_max" => "/img/avatar/2395639_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 15949
                "points_rankingmonth" => 0
                "points_all" => 41255
                "geo" => "bd"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 146
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198380208999"
                "steamtype" => 1
                "steamlevel" => null
                "campaign_id" => 109769
                "twitterid" => "802185058991751168"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 2395639
                "name" => "sawon2403"
                "email" => "[email protected]"
                "password" => "$2y$10$G0kxRo4mraCRpLOKYRij0eG8hz3C6VR738saJZdiWpwJp4PxW9EXG"
                "remember_token" => "zCva88Xdsg5ef6RY0GDYMJ1ZqsksicYYHi6kQcq3Ex12VGqDpQQDZQgYKGWZ"
                "created_at" => "2018-12-15 11:29:13"
                "updated_at" => "2024-02-01 00:11:17"
                "points" => 31
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/2395639.jpg"
                "online_at" => "2024-01-20 06:48:31"
                "city" => "Dhaka"
                "birth" => "1995-11-30 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 6
                "experience" => 4334
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 1
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => "419943271|wcsMtTQ8"
                "avatar_min" => "/img/avatar/2395639_min.jpg"
                "avatar_med" => "/img/avatar/2395639_med.jpg"
                "avatar_max" => "/img/avatar/2395639_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 15949
                "points_rankingmonth" => 0
                "points_all" => 41255
                "geo" => "bd"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 146
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198380208999"
                "steamtype" => 1
                "steamlevel" => null
                "campaign_id" => 109769
                "twitterid" => "802185058991751168"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        5 => ForumPost {#1960
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 847047
            "name" => "Reveng_e"
            "avatar" => "/static/avatar/2911563.jpg"
            "forum_id" => 1628
            "status" => 0
            "user_id" => 2911563
            "is_main" => 0
            "text" => "complete tasks"
            "created_at" => "2019-03-03 11:13:16"
            "likes" => 0
            "dislikes" => 0
            "text2" => "complete tasks"
            "date" => "3 march 2019 11:13"
          ]
          #original: array:11 [
            "id" => 847047
            "name" => "Reveng_e"
            "avatar" => "/static/avatar/2911563.jpg"
            "forum_id" => 1628
            "status" => 0
            "user_id" => 2911563
            "is_main" => 0
            "text" => "complete tasks"
            "created_at" => "2019-03-03 11:13:16"
            "likes" => 0
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1978
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 2911563
                "name" => "Reveng_e"
                "email" => "[email protected]"
                "password" => "$2y$10$pdC/D8cVkO/txDrjJzU46uDWDzpvVrquDNTBliXKLwc15pMp98Puq"
                "remember_token" => "0Y1RHMiqEcPU7gedtXbcve1pLgz0DlqLPeVmcJcOrf9VejPFMQXRgF96FxL9"
                "created_at" => "2019-02-27 19:11:31"
                "updated_at" => "2022-05-01 00:13:04"
                "points" => 14
                "banned" => 0
                "active" => 1
                "avatar" => "/static/avatar/2911563.jpg"
                "online_at" => "2022-04-09 10:04:26"
                "city" => "Georgia"
                "birth" => "2000-03-16 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 3
                "experience" => 740
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/static/avatar/2911563_min.jpg"
                "avatar_med" => "/static/avatar/2911563_med.jpg"
                "avatar_max" => "/static/avatar/2911563_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 1486
                "points_rankingmonth" => 0
                "points_all" => 1762
                "geo" => "ge"
                "login_today" => 0
                "recommend" => 3
                "fav_game" => null
                "fav_reward" => 2874
                "langchange" => 0
                "ytid" => null
                "youtube_id" => 25933
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198930161773"
                "steamtype" => 0
                "steamlevel" => 0
                "campaign_id" => 15352
                "twitterid" => "1103287316657909760"
                "ref_code" => "Lashaaa"
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => "8058911733"
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 2911563
                "name" => "Reveng_e"
                "email" => "[email protected]"
                "password" => "$2y$10$pdC/D8cVkO/txDrjJzU46uDWDzpvVrquDNTBliXKLwc15pMp98Puq"
                "remember_token" => "0Y1RHMiqEcPU7gedtXbcve1pLgz0DlqLPeVmcJcOrf9VejPFMQXRgF96FxL9"
                "created_at" => "2019-02-27 19:11:31"
                "updated_at" => "2022-05-01 00:13:04"
                "points" => 14
                "banned" => 0
                "active" => 1
                "avatar" => "/static/avatar/2911563.jpg"
                "online_at" => "2022-04-09 10:04:26"
                "city" => "Georgia"
                "birth" => "2000-03-16 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => ""
                "fb" => 0
                "position" => 0
                "experience_id" => 3
                "experience" => 740
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/static/avatar/2911563_min.jpg"
                "avatar_med" => "/static/avatar/2911563_med.jpg"
                "avatar_max" => "/static/avatar/2911563_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 1486
                "points_rankingmonth" => 0
                "points_all" => 1762
                "geo" => "ge"
                "login_today" => 0
                "recommend" => 3
                "fav_game" => null
                "fav_reward" => 2874
                "langchange" => 0
                "ytid" => null
                "youtube_id" => 25933
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198930161773"
                "steamtype" => 0
                "steamlevel" => 0
                "campaign_id" => 15352
                "twitterid" => "1103287316657909760"
                "ref_code" => "Lashaaa"
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => "8058911733"
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        6 => ForumPost {#1961
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 847099
            "name" => "keith_king"
            "avatar" => "/img/avatar/620980.png"
            "forum_id" => 1628
            "status" => null
            "user_id" => 620980
            "is_main" => 0
            "text" => "playing those games will be good"
            "created_at" => "2019-03-03 11:26:20"
            "likes" => 0
            "dislikes" => 0
            "text2" => "playing those games will be good"
            "date" => "3 march 2019 11:26"
          ]
          #original: array:11 [
            "id" => 847099
            "name" => "keith_king"
            "avatar" => "/img/avatar/620980.png"
            "forum_id" => 1628
            "status" => null
            "user_id" => 620980
            "is_main" => 0
            "text" => "playing those games will be good"
            "created_at" => "2019-03-03 11:26:20"
            "likes" => 0
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1971
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 620980
                "name" => "keith_king"
                "email" => "[email protected]"
                "password" => "$2y$10$Sbdx7UJ33ZvtYnXwMR2bmOGWZwNjB62zn7LOHwiJ3yZny7jd/Jose"
                "remember_token" => "RXUe6jzGqQfYTUNldCEcRIoARKJQZnk5VGCoknsu5sOYFPuAIa09IuX30e3d"
                "created_at" => "2017-12-25 21:28:47"
                "updated_at" => "2021-06-17 15:22:32"
                "points" => 32
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/620980.png"
                "online_at" => "2021-03-08 19:37:07"
                "city" => ""
                "birth" => "0000-00-00 00:00:00"
                "sex" => 0
                "tutorial" => 6
                "fbid" => "108204373312097"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 470
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/img/avatar/620980_min.jpg"
                "avatar_med" => "/img/avatar/620980_med.jpg"
                "avatar_max" => "/img/avatar/620980_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 7804
                "points_rankingmonth" => 0
                "points_all" => 8318
                "geo" => "cn"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 146
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198123615511"
                "steamtype" => 0
                "steamlevel" => 8
                "campaign_id" => 58189
                "twitterid" => "1017113013965479936"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 620980
                "name" => "keith_king"
                "email" => "[email protected]"
                "password" => "$2y$10$Sbdx7UJ33ZvtYnXwMR2bmOGWZwNjB62zn7LOHwiJ3yZny7jd/Jose"
                "remember_token" => "RXUe6jzGqQfYTUNldCEcRIoARKJQZnk5VGCoknsu5sOYFPuAIa09IuX30e3d"
                "created_at" => "2017-12-25 21:28:47"
                "updated_at" => "2021-06-17 15:22:32"
                "points" => 32
                "banned" => 0
                "active" => 1
                "avatar" => "/img/avatar/620980.png"
                "online_at" => "2021-03-08 19:37:07"
                "city" => ""
                "birth" => "0000-00-00 00:00:00"
                "sex" => 0
                "tutorial" => 6
                "fbid" => "108204373312097"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 470
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => ""
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/img/avatar/620980_min.jpg"
                "avatar_med" => "/img/avatar/620980_med.jpg"
                "avatar_max" => "/img/avatar/620980_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 7804
                "points_rankingmonth" => 0
                "points_all" => 8318
                "geo" => "cn"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 146
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198123615511"
                "steamtype" => 0
                "steamlevel" => 8
                "campaign_id" => 58189
                "twitterid" => "1017113013965479936"
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        7 => ForumPost {#1962
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 847183
            "name" => "alperen_tuluk"
            "avatar" => "/static/avatar/2888915.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2888915
            "is_main" => 0
            "text" => "and app zone  playin minigames"
            "created_at" => "2019-03-03 11:53:02"
            "likes" => 0
            "dislikes" => 0
            "text2" => "and app zone  playin minigames"
            "date" => "3 march 2019 11:53"
          ]
          #original: array:11 [
            "id" => 847183
            "name" => "alperen_tuluk"
            "avatar" => "/static/avatar/2888915.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2888915
            "is_main" => 0
            "text" => "and app zone  playin minigames"
            "created_at" => "2019-03-03 11:53:02"
            "likes" => 0
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1977
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                27 => "desc"
                28 => "forgotten_token"
                29 => "lang"
                30 => "deleted"
                31 => "steam"
                32 => "fbid2"
                33 => "geo"
                34 => "login_today"
                35 => "recommend"
                36 => "fav_game"
                37 => "fav_reward"
                38 => "langchange"
                39 => "youtube_id"
                40 => "points_rankingday"
                41 => "position_month"
                42 => "position_day"
                43 => "campaign_id"
                44 => "steamid"
                45 => "steamtype"
                46 => "steamlevel"
                47 => "twitterid"
                48 => "ref_code"
                49 => "google2fa_secret"
                50 => "contract_id"
                51 => "braintree_id"
                52 => "ngx"
                53 => "google_id"
              ]
              #hidden: array:2 [
                0 => "password"
                1 => "remember_token"
              ]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [
                "id" => 2888915
                "name" => "alperen_tuluk"
                "email" => "[email protected]"
                "password" => "$2y$10$ufilawA4FgssirempnOfdu5E8fZhV/xTD8pLcdQQQRMCBIg2jcZLG"
                "remember_token" => "z0NOn2BatcYpZ3wc2JH3Etf9yGanxaTNHAXTMpWIF2FtOsPXrmf3e2qvyQM2"
                "created_at" => "2019-02-23 20:41:32"
                "updated_at" => "2020-09-01 11:53:20"
                "points" => 50
                "banned" => 0
                "active" => 0
                "avatar" => "/static/avatar/2888915.jpg"
                "online_at" => "2019-11-08 19:55:57"
                "city" => "TURKEY"
                "birth" => "2000-08-13 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => "1137043226475507"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 50
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => "16c006a23e1dc5d51ef9a13b72197d658afbbd475843b1350903019f50fcf5b7"
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/static/avatar/2888915_min.jpg"
                "avatar_med" => "/static/avatar/2888915_med.jpg"
                "avatar_max" => "/static/avatar/2888915_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 150
                "points_rankingmonth" => 0
                "points_all" => 150
                "geo" => "tr"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 2304
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198928979147"
                "steamtype" => 0
                "steamlevel" => 0
                "campaign_id" => null
                "twitterid" => null
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 2888915
                "name" => "alperen_tuluk"
                "email" => "[email protected]"
                "password" => "$2y$10$ufilawA4FgssirempnOfdu5E8fZhV/xTD8pLcdQQQRMCBIg2jcZLG"
                "remember_token" => "z0NOn2BatcYpZ3wc2JH3Etf9yGanxaTNHAXTMpWIF2FtOsPXrmf3e2qvyQM2"
                "created_at" => "2019-02-23 20:41:32"
                "updated_at" => "2020-09-01 11:53:20"
                "points" => 50
                "banned" => 0
                "active" => 0
                "avatar" => "/static/avatar/2888915.jpg"
                "online_at" => "2019-11-08 19:55:57"
                "city" => "TURKEY"
                "birth" => "2000-08-13 00:00:00"
                "sex" => 0
                "tutorial" => 1
                "fbid" => "1137043226475507"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 50
                "ref" => 0
                "ref_status" => 0
                "categories" => ""
                "activation_token" => "16c006a23e1dc5d51ef9a13b72197d658afbbd475843b1350903019f50fcf5b7"
                "link_yt" => ""
                "link_twitch" => ""
                "link_twitter" => ""
                "link_fb" => ""
                "desc" => ""
                "login_strike" => 0
                "forgotten_token" => ""
                "lang" => "en"
                "deleted" => 0
                "steam" => ""
                "avatar_min" => "/static/avatar/2888915_min.jpg"
                "avatar_med" => "/static/avatar/2888915_med.jpg"
                "avatar_max" => "/static/avatar/2888915_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 150
                "points_rankingmonth" => 0
                "points_all" => 150
                "geo" => "tr"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 2304
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198928979147"
                "steamtype" => 0
                "steamlevel" => 0
                "campaign_id" => null
                "twitterid" => null
                "ref_code" => null
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => null
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [
                0 => "*"
              ]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
        8 => ForumPost {#1963
          #table: "forum_post"
          #fillable: array:12 [
            0 => "user_id"
            1 => "text"
            2 => "is_main"
            3 => "topic_id"
            4 => "forum_id"
            5 => "deleted"
            6 => "lang"
            7 => "likes"
            8 => "dislikes"
            9 => "edited"
            10 => "spam"
            11 => "report"
          ]
          #dates: array:1 [
            0 => "deleted_at"
          ]
          #hidden: []
          #morphClass: 1
          #connection: null
          #primaryKey: "id"
          #keyType: "int"
          #perPage: 15
          +incrementing: true
          +timestamps: true
          #attributes: array:13 [
            "id" => 848226
            "name" => "ToXa0406"
            "avatar" => "/img/avatar/2580145.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2580145
            "is_main" => 0
            "text" => "watch videos"
            "created_at" => "2019-03-03 16:04:14"
            "likes" => 0
            "dislikes" => 0
            "text2" => "watch videos"
            "date" => "3 march 2019 16:04"
          ]
          #original: array:11 [
            "id" => 848226
            "name" => "ToXa0406"
            "avatar" => "/img/avatar/2580145.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2580145
            "is_main" => 0
            "text" => "watch videos"
            "created_at" => "2019-03-03 16:04:14"
            "likes" => 0
            "dislikes" => 0
          ]
          #relations: array:1 [
            "user" => User {#1976
              #table: "user"
              #fillable: array:54 [
                0 => "name"
                1 => "email"
                2 => "password"
                3 => "active"
                4 => "banned"
                5 => "points"
                6 => "avatar"
                7 => "avatar_min"
                8 => "avatar_max"
                9 => "avatar_med"
                10 => "online_at"
                11 => "city"
                12 => "birth"
                13 => "tutorial"
                14 => "fbid"
                15 => "fb"
                16 => "position"
                17 => "experience"
                18 => "experience_id"
                19 => "ref"
                20 => "ref_status"
                21 => "categories"
                22 => "activation_token"
                23 => "link_yt"
                24 => "link_twitter"
                25 => "link_fb"
                26 => "link_twitch"
                 …27
              ]
              #hidden: array:2 [ …2]
              #connection: null
              #primaryKey: "id"
              #keyType: "int"
              #perPage: 15
              +incrementing: true
              +timestamps: true
              #attributes: array:67 [ …67]
              #original: array:67 [ …67]
              #relations: []
              #visible: []
              #appends: []
              #guarded: array:1 [ …1]
              #dates: []
              #dateFormat: null
              #casts: []
              #touches: []
              #observables: []
              #with: []
              #morphClass: null
              +exists: true
              +wasRecentlyCreated: false
            }
          ]
          #visible: []
          #appends: []
          #guarded: array:1 [
            0 => "*"
          ]
          #dateFormat: null
          #casts: []
          #touches: []
          #observables: []
          #with: []
          +exists: true
          +wasRecentlyCreated: false
          #forceDeleting: false
        }
      ]
    }
    #perPage: 25
    #currentPage: 1
    #path: "https://gamehag.com/en/forum/t/59718-best-way-to-get-gems"
    #query: []
    #fragment: null
    #pageName: "page"
  }
  "join" => 3
  "comm" => 0
  "likePosts" => []
]