Herkese selamlar;
productControler
return Product::with('category', 'productFeatures', 'productVariants')->findOrFail($id);
relations: array:3 [▼
"category" =>
App\Models
\
Category {#160 ▼
#connection: "default"
#table: "category"
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#withCount: []
+preventsLazyLoading: false
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#escapeWhenCastingToString: false
#attributes: array:7 [▶]
#original: array:7 [▼
"id" => 3
"name" => "Sektörel Redüktörler"
"description" => null
"image" => null
"parentid" => 0
"create_date" => "2024-04-29 00:00:00"
"status" => 1
]
sayfamda {{$product->category->name}} bu sekilde veri almaya calısıyorum.
Attempt to read property "name" on int bu sekilde hata alıyorum. Yardımalarınız için şimdiden teşekkürler