Laravel.io
object(Illuminate\Database\Eloquent\Collection)#197 (1) {
  ["items":protected]=>
  array(1) {
    [0]=>
    object(Menu)#188 (20) {
      ["connection":protected]=>
      NULL
      ["table":protected]=>
      NULL
      ["primaryKey":protected]=>
      string(2) "id"
      ["perPage":protected]=>
      int(15)
      ["incrementing"]=>
      bool(true)
      ["timestamps"]=>
      bool(true)
      ["attributes":protected]=>
      array(2) {
        ["id"]=>
        int(1)
        ["name"]=>
        string(7) "Support"
      }
      ["original":protected]=>
      array(2) {
        ["id"]=>
        int(1)
        ["name"]=>
        string(7) "Support"
      }
      ["relations":protected]=>
      array(1) {
        ["submenus"]=>
        object(Illuminate\Database\Eloquent\Collection)#198 (1) {
          ["items":protected]=>
          array(2) {
            [0]=>
            object(Submenu)#194 (20) {
              ["connection":protected]=>
              NULL
              ["table":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["perPage":protected]=>
              int(15)
              ["incrementing"]=>
              bool(true)
              ["timestamps"]=>
              bool(true)
              ["attributes":protected]=>
              array(3) {
                ["id"]=>
                int(1)
                ["name"]=>
                string(7) "Contact"
                ["menu_id"]=>
                int(1)
              }
              ["original":protected]=>
              array(3) {
                ["id"]=>
                int(1)
                ["name"]=>
                string(7) "Contact"
                ["menu_id"]=>
                int(1)
              }
              ["relations":protected]=>
              array(0) {
              }
              ["hidden":protected]=>
              array(0) {
              }
              ["visible":protected]=>
              array(0) {
              }
              ["appends":protected]=>
              array(0) {
              }
              ["fillable":protected]=>
              array(0) {
              }
              ["guarded":protected]=>
              array(1) {
                [0]=>
                string(1) "*"
              }
              ["dates":protected]=>
              array(0) {
              }
              ["touches":protected]=>
              array(0) {
              }
              ["observables":protected]=>
              array(0) {
              }
              ["with":protected]=>
              array(0) {
              }
              ["morphClass":protected]=>
              NULL
              ["exists"]=>
              bool(true)
            }
            [1]=>
            object(Submenu)#195 (20) {
              ["connection":protected]=>
              NULL
              ["table":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["perPage":protected]=>
              int(15)
              ["incrementing"]=>
              bool(true)
              ["timestamps"]=>
              bool(true)
              ["attributes":protected]=>
              array(3) {
                ["id"]=>
                int(2)
                ["name"]=>
                string(5) "Route"
                ["menu_id"]=>
                int(1)
              }
              ["original":protected]=>
              array(3) {
                ["id"]=>
                int(2)
                ["name"]=>
                string(5) "Route"
                ["menu_id"]=>
                int(1)
              }
              ["relations":protected]=>
              array(0) {
              }
              ["hidden":protected]=>
              array(0) {
              }
              ["visible":protected]=>
              array(0) {
              }
              ["appends":protected]=>
              array(0) {
              }
              ["fillable":protected]=>
              array(0) {
              }
              ["guarded":protected]=>
              array(1) {
                [0]=>
                string(1) "*"
              }
              ["dates":protected]=>
              array(0) {
              }
              ["touches":protected]=>
              array(0) {
              }
              ["observables":protected]=>
              array(0) {
              }
              ["with":protected]=>
              array(0) {
              }
              ["morphClass":protected]=>
              NULL
              ["exists"]=>
              bool(true)
            }
          }
        }
      }
      ["hidden":protected]=>
      array(0) {
      }
      ["visible":protected]=>
      array(0) {
      }
      ["appends":protected]=>
      array(0) {
      }
      ["fillable":protected]=>
      array(0) {
      }
      ["guarded":protected]=>
      array(1) {
        [0]=>
        string(1) "*"
      }
      ["dates":protected]=>
      array(0) {
      }
      ["touches":protected]=>
      array(0) {
      }
      ["observables":protected]=>
      array(0) {
      }
      ["with":protected]=>
      array(0) {
      }
      ["morphClass":protected]=>
      NULL
      ["exists"]=>
      bool(true)
    }
  }
}

Please note that all pasted data is publicly available.