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" => 388082
      "name" => "Does anyone play roblox? "
      "user_id" => 2303212
      "status" => 0
      "created_at" => "2020-09-09 07:05:30"
      "updated_at" => "2020-09-09 16:38:52"
      "forum_id" => 1628
      "url" => "does-anyone-play-roblox-"
      "deleted" => 0
      "lang" => "en"
      "spam" => 0
      "blocked" => 0
      "answers" => 6
      "pinned" => 0
      "canBeBlocked" => false
    ]
    #original: array:14 [
      "id" => 388082
      "name" => "Does anyone play roblox? "
      "user_id" => 2303212
      "status" => 0
      "created_at" => "2020-09-09 07:05:30"
      "updated_at" => "2020-09-09 16:38:52"
      "forum_id" => 1628
      "url" => "does-anyone-play-roblox-"
      "deleted" => 0
      "lang" => "en"
      "spam" => 0
      "blocked" => 0
      "answers" => 6
      "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 {#1943
    #total: 1
    #lastPage: 1
    #items: Collection {#1953
      #items: array:1 [
        0 => ForumPost {#1948
          #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" => 3303361
            "name" => "NelaCZ"
            "avatar" => "/static/avatar/2303212.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2303212
            "is_main" => 1
            "text" => "I do xdddd"
            "created_at" => "2020-09-09 07:05:30"
            "likes" => 0
            "dislikes" => 1
            "text2" => "I do xdddd"
            "date" => "9 september 2020 07:05"
          ]
          #original: array:11 [
            "id" => 3303361
            "name" => "NelaCZ"
            "avatar" => "/static/avatar/2303212.jpg"
            "forum_id" => 1628
            "status" => null
            "user_id" => 2303212
            "is_main" => 1
            "text" => "I do xdddd"
            "created_at" => "2020-09-09 07:05:30"
            "likes" => 0
            "dislikes" => 1
          ]
          #relations: array:1 [
            "user" => User {#1954
              #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" => 2303212
                "name" => "NelaCZ"
                "email" => "[email protected]"
                "password" => "$2y$10$Xapx6N1T46Er1XStkDraTOk5Hf774BxkXd2eohKxtq1Tt/UYMvCF2"
                "remember_token" => "Cz5oa9Ozpf1mTCBV90697KfUGCmeibQ8iwQPt86bAv1QHALLS9ACc0XlfWea"
                "created_at" => "2018-11-28 16:14:56"
                "updated_at" => "2022-03-14 13:54:37"
                "points" => 34
                "banned" => 0
                "active" => 1
                "avatar" => "/static/avatar/2303212.jpg"
                "online_at" => "2021-01-03 13:56:49"
                "city" => "Bradavice"
                "birth" => "2000-12-12 00:00:00"
                "sex" => 1
                "tutorial" => 1
                "fbid" => "343088083251306"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 248
                "ref" => 1903107
                "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/2303212_min.jpg"
                "avatar_med" => "/static/avatar/2303212_med.jpg"
                "avatar_max" => "/static/avatar/2303212_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 788
                "points_rankingmonth" => 0
                "points_all" => 824
                "geo" => "cz"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 2874
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198979021632"
                "steamtype" => 0
                "steamlevel" => 0
                "campaign_id" => 60420
                "twitterid" => "1150472071622930432"
                "ref_code" => "KNARP"
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => "6229807524"
                "paypal_email" => null
                "card_brand" => null
                "card_last_four" => null
                "trial_ends_at" => null
                "google_id" => null
              ]
              #original: array:67 [
                "id" => 2303212
                "name" => "NelaCZ"
                "email" => "[email protected]"
                "password" => "$2y$10$Xapx6N1T46Er1XStkDraTOk5Hf774BxkXd2eohKxtq1Tt/UYMvCF2"
                "remember_token" => "Cz5oa9Ozpf1mTCBV90697KfUGCmeibQ8iwQPt86bAv1QHALLS9ACc0XlfWea"
                "created_at" => "2018-11-28 16:14:56"
                "updated_at" => "2022-03-14 13:54:37"
                "points" => 34
                "banned" => 0
                "active" => 1
                "avatar" => "/static/avatar/2303212.jpg"
                "online_at" => "2021-01-03 13:56:49"
                "city" => "Bradavice"
                "birth" => "2000-12-12 00:00:00"
                "sex" => 1
                "tutorial" => 1
                "fbid" => "343088083251306"
                "fb" => 2
                "position" => 0
                "experience_id" => 2
                "experience" => 248
                "ref" => 1903107
                "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/2303212_min.jpg"
                "avatar_med" => "/static/avatar/2303212_med.jpg"
                "avatar_max" => "/static/avatar/2303212_max.jpg"
                "fbid2" => ""
                "points_rankingall" => 788
                "points_rankingmonth" => 0
                "points_all" => 824
                "geo" => "cz"
                "login_today" => 0
                "recommend" => 0
                "fav_game" => null
                "fav_reward" => 2874
                "langchange" => 0
                "ytid" => null
                "youtube_id" => null
                "points_rankingday" => 0
                "position_month" => 0
                "position_day" => 0
                "steamid" => "76561198979021632"
                "steamtype" => 0
                "steamlevel" => 0
                "campaign_id" => 60420
                "twitterid" => "1150472071622930432"
                "ref_code" => "KNARP"
                "google2fa_secret" => null
                "contract_id" => null
                "braintree_id" => "6229807524"
                "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
        }
      ]
    }
    #perPage: 25
    #currentPage: 1
    #path: "https://gamehag.com/forum/t/388082-does-anyone-play-roblox-"
    #query: []
    #fragment: null
    #pageName: "page"
  }
  "join" => 3
  "comm" => 0
  "likePosts" => []
]