App\Models\Page\Page {#2309
  #connection: "mysql"
  #table: "pages"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:6 [
    "id" => 2
    "slug" => "terms"
    "published" => 1
    "original_locale" => "en"
    "created_at" => "2023-04-03 01:47:52"
    "updated_at" => "2023-04-03 01:52:18"
  ]
  #original: array:6 [
    "id" => 2
    "slug" => "terms"
    "published" => 1
    "original_locale" => "en"
    "created_at" => "2023-04-03 01:47:52"
    "updated_at" => "2023-04-03 01:52:18"
  ]
  #changes: []
  #casts: []
  #classCastCache: []
  #attributeCastCache: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  +usesUniqueIds: false
  #hidden: []
  #visible: []
  #fillable: array:2 [
    0 => "slug"
    1 => "published"
  ]
  #guarded: array:1 [
    0 => "*"
  ]
  +translatedAttributes: array:3 [
    0 => "title"
    1 => "description"
    2 => "content"
  ]
  #defaultLocale: null
}