App\Model\Product {#1634
  #fillable: array:15 [
    0 => "title"
    1 => "slug"
    2 => "sub_title"
    3 => "price"
    4 => "description"
    5 => "meta_description"
    6 => "featured_image"
    7 => "category_id"
    8 => "images"
    9 => "attribute_id"
    10 => "is_featured"
    11 => "in_stock"
    12 => "status"
    13 => "created_at"
    14 => "updated_at"
  ]
  #connection: "mysql"
  #table: "products"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:16 [
    "id" => 56
    "title" => "Illo est atque odio"
    "slug" => "illo-est-atque-odio"
    "sub_title" => "Qui hic ipsa dolor"
    "price" => 999
    "description" => null
    "meta_description" => "Tempore eos nostrum ab accusantium aut pariatur"
    "featured_image" => "public/storage/images/products/1696959774785541.jpg"
    "category_id" => null
    "images" => null
    "attribute_id" => null
    "is_featured" => null
    "in_stock" => "checked"
    "status" => "on"
    "created_at" => "2021-04-13 20:49:13"
    "updated_at" => "2021-04-13 20:49:13"
  ]
  #original: array:16 [
    "id" => 56
    "title" => "Illo est atque odio"
    "slug" => "illo-est-atque-odio"
    "sub_title" => "Qui hic ipsa dolor"
    "price" => 999
    "description" => null
    "meta_description" => "Tempore eos nostrum ab accusantium aut pariatur"
    "featured_image" => "public/storage/images/products/1696959774785541.jpg"
    "category_id" => null
    "images" => null
    "attribute_id" => null
    "is_featured" => null
    "in_stock" => "checked"
    "status" => "on"
    "created_at" => "2021-04-13 20:49:13"
    "updated_at" => "2021-04-13 20:49:13"
  ]
  #changes: []
  #casts: []
  #classCastCache: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}