belongsTo(Shop::class, 'shop_id', 'id'); } public function getPriceInFenAttribute($val) { return $val / 100; } }