0, 'deposit_stock' => 0, ]; protected $fillable = [ 'user_id', 'product_id', 'stock', 'deposit_stock', ]; public function product() { return $this->belongsTo(DealerProduct::class, 'product_id'); } }