'decimal:2', 'last_restocked_at' => 'datetime', 'expiry_date' => 'date:Y-m-d', ]; public function machine() { return $this->belongsTo(Machine::class); } public function product() { return $this->belongsTo(Product::class); } }