Files
componentsPC/Component::find(16)->componentType;

39 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

= Illuminate\Database\Eloquent\Collection {#1356
all: [
App\Models\Component {#6070
id: 16,
name: "Samsung 980 PRO 1TB",
price: "10000.00",
component_type_id: 6,
specifications: "{"capacity": 1000, "interface": "NVMe PCIe 4.0 x4"}",
is_official: 1,
created_by_user_id: null,
created_at: null,
updated_at: null,
},
App\Models\Component {#6072
id: 17,
name: "Crucial P3 500GB NVMe",
price: "4000.00",
component_type_id: 6,
specifications: "{"capacity": 500, "interface": "NVMe PCIe 3.0 x4"}",
is_official: 1,
created_by_user_id: null,
created_at: null,
updated_at: null,
},
App\Models\Component {#6073
id: 18,
name: "WD Black SN850X 1TB",
price: "12000.00",
component_type_id: 6,
specifications: "{"capacity": 1000, "interface": "NVMe PCIe 4.0 x4"}",
is_official: 1,
created_by_user_id: null,
created_at: null,
updated_at: null,
},
],
}