App\Models\Invoice {#1338 // routes/web.php:33
  #connection: "mysql"
  #table: "invoices"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:17 [
    "id" => 9388
    "prices_include_taxes" => 1
    "uuid" => "6639ea9f-696f-46e1-ac3e-d3ce41c2965a"
    "market_order" => "{"id":"TO-P--P11692"}"
    "client_id" => 2
    "company" => "Sabore"
    "data_company_aux" => """
      Schubert 16 \r\n
      29639 Benalmádena\r\n
      B13687900
      """
    "client_name" => "Patricia Escribano"
    "client_email" => "javiersenas@gmail.com"
    "data_client_aux" => "{"address_destination":"Calle Schubert 16- Puerta: 34 | CP: 29639<br>Benalm\u00e1dena. Andaluc\u00eda. Espa\u00f1a. <br>Llamar para entregar","phone":{"code_country":"34","code_area":null,"number":"653747702"}}"
    "data_aux" => "{"custom_fields":[{"id":3,"name":"CIF\/NIF (Opcional, solo para facturas)","step":"step","value":null},{"id":2,"name":"Observaciones para el comercio","step":"step","value":null}]}"
    "type" => "SABORE"
    "number" => 5053
    "currency_symbol" => ""
    "price" => 7.35
    "created_at" => "2025-12-01 12:37:02"
    "updated_at" => "2025-12-01 12:37:02"
  ]
  #original: array:17 [
    "id" => 9388
    "prices_include_taxes" => 1
    "uuid" => "6639ea9f-696f-46e1-ac3e-d3ce41c2965a"
    "market_order" => "{"id":"TO-P--P11692"}"
    "client_id" => 2
    "company" => "Sabore"
    "data_company_aux" => """
      Schubert 16 \r\n
      29639 Benalmádena\r\n
      B13687900
      """
    "client_name" => "Patricia Escribano"
    "client_email" => "javiersenas@gmail.com"
    "data_client_aux" => "{"address_destination":"Calle Schubert 16- Puerta: 34 | CP: 29639<br>Benalm\u00e1dena. Andaluc\u00eda. Espa\u00f1a. <br>Llamar para entregar","phone":{"code_country":"34","code_area":null,"number":"653747702"}}"
    "data_aux" => "{"custom_fields":[{"id":3,"name":"CIF\/NIF (Opcional, solo para facturas)","step":"step","value":null},{"id":2,"name":"Observaciones para el comercio","step":"step","value":null}]}"
    "type" => "SABORE"
    "number" => 5053
    "currency_symbol" => ""
    "price" => 7.35
    "created_at" => "2025-12-01 12:37:02"
    "updated_at" => "2025-12-01 12:37:02"
  ]
  #changes: []
  #casts: array:3 [
    "market_order" => "array"
    "data_client_aux" => "array"
    "data_aux" => "array"
  ]
  #classCastCache: []
  #attributeCastCache: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  +usesUniqueIds: false
  #hidden: []
  #visible: []
  #fillable: []
  #guarded: []
  #uuidColumn: "uuid"
}
array:10 [ // routes/web.php:36
  "id" => 9388
  "number" => "SABORE - 0000005053"
  "date" => "2025-12-01T15:37:02.000000Z"
  "import" => array:2 [
    "currency" => ""
    "value" => "7,35"
  ]
  "balance" => array:3 [
    "subtotal" => "7,07"
    "tax" => "0,28"
    "total" => "7,35"
  ]
  "internal_reference" => "TO-P--P11692"
  "company" => array:2 [
    "name" => "Sabore"
    "data" => """
      Schubert 16 \r\n
      29639 Benalmádena\r\n
      B13687900
      """
  ]
  "client" => array:2 [
    "name" => "Patricia Escribano"
    "address" => "Calle Schubert 16- Puerta: 34 | CP: 29639<br>Benalmádena. Andalucía. España. <br>Llamar para entregar"
  ]
  "data_aux" => array:1 [
    "custom_fields" => array:2 [
      0 => array:4 [
        "id" => 3
        "name" => "CIF/NIF (Opcional, solo para facturas)"
        "step" => "step"
        "value" => null
      ]
      1 => array:4 [
        "id" => 2
        "name" => "Observaciones para el comercio"
        "step" => "step"
        "value" => null
      ]
    ]
  ]
  "items" => array:1 [
    0 => array:6 [
      "id" => 28141
      "item" => array:5 [
        "type" => "product"
        "id" => 16
        "store_id" => 2
        "category_id" => 18
        "sku" => null
      ]
      "name" => "Pepino 500gr"
      "quantity" => 5
      "balance" => array:3 [
        "subtotal" => "7,07"
        "tax" => "0,28"
        "total" => "7,35"
      ]
      "commision" => 0.37
    ]
  ]
]