D
Size: a a a
D
D
'item_category_name' => $this->resource['category'] ? $this->resource['category']->title : '',
D
D
РИ
D
D
D
D
D
VG
D
РИ
AR
(@include('some-view')
) нельзя использовать @push('some-stack')
?AR
РИ
'item_category_name' => $this->whenLoaded('category', function () {
return $this->category->title;
}, '')
D
'item_category_name' => $this->whenLoaded('category', function () {
return $this->category->title;
}, '')
D
D