^ App\Grupo {#640
  #table: "grupos"
  #fillable: array:3 [
    0 => "nombre"
    1 => "slug"
    2 => "estatus"
  ]
  #connection: "mysql"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:6 [
    "id" => "80"
    "nombre" => "COMPUTO"
    "slug" => "computo"
    "estatus" => "1"
    "created_at" => "2022-09-02 18:25:56"
    "updated_at" => "2022-09-02 18:25:56"
  ]
  #original: array:6 [
    "id" => "80"
    "nombre" => "COMPUTO"
    "slug" => "computo"
    "estatus" => "1"
    "created_at" => "2022-09-02 18:25:56"
    "updated_at" => "2022-09-02 18:25:56"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}