PackageType {#1156
  #fillable: array:2 [
    0 => "title"
    1 => "status"
  ]
  #connection: "mysql"
  #table: "package_types"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:5 [
    "id" => "2"
    "title" => "Holiday Package"
    "status" => "1"
    "created_at" => "2019-02-13 00:39:46"
    "updated_at" => "2025-07-28 10:25:29"
  ]
  #original: array:5 [
    "id" => "2"
    "title" => "Holiday Package"
    "status" => "1"
    "created_at" => "2019-02-13 00:39:46"
    "updated_at" => "2025-07-28 10:25:29"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}